@kate@social.treehouse.systems
Post #3174893
2025-12-31 09:50 UTC
@musicmatze@social.linux.pizza i think for hobby projects people should just do whatever they want, but any serious project should have a good git history. it makes finding bugs a lot easier when you can do a bisect without a bunch of bullshit commits. commits should always be atomic and in the correct order, so a checkout at any commit builds and passes all tests, linters and formatters
Replies (2)
-
@musicmatze@social.linux.pizza 2025-12-31 09:55
@kate@social.treehouse.systems exactly this.
-
@kate@social.treehouse.systems 2025-12-31 09:56
@musicmatze@social.linux.pizza also making them as small as possible makes bisecting easier, but this really depends on personal preference and the project