GerryLefaux·5 lat temu·discussI find git commit hash too long for no good reason.I prefer to version with the file size, which is strictly increasing if you follow those best practices:- never delete any of your valuable code (commenting out is OK)- never break up code into several files (makes it simpler to read).
I prefer to version with the file size, which is strictly increasing if you follow those best practices:
- never delete any of your valuable code (commenting out is OK)
- never break up code into several files (makes it simpler to read).