this post was submitted on 26 Aug 2023
20 points (100.0% liked)
Transprogrammer
823 readers
1 users here now
A space for trans people who code
Matrix Space:
- #transprog:socki.moe
Rules:
- Don't be a meanie
- no *ism
- consider the feelings of somebody who might read what you say
- Don't shitpost
- Keep it wholesome
- Must be trans / programming related
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
At your stage I usually try to avoid committing code that doesn't compile/has syntax errors etc.
Later on I try to make sure that I can go to any commit in the history, and have a program that runs. For example, I don't want to knowingly add code related to one feature that crashed the entire application just in case I need to go back later. But it's up to you to decide how unfinished the state of the feature/program is allowed to be when you commit.
And if it's a side project that only you will work on, you might also just say screw it, even if it catches on and other people will look at your code, they probably won't care that much about how organized the early work was :)