3
When should I commit on projects?
(pricefield.org)
A space for trans people who code
Matrix Space:
Rules:
Hardware can fail randomly at any time. I would commit and push to a private repo as frequently as you can. You can always squash the commits later when it's complete. Definitely worth committing whenever you complete a feature, or before you remove any code (change of design, you may change your mind and want the code again).