|
|
|
|
|
by realbarack
2199 days ago
|
|
I'd certainly rather jump into a codebase with a great test suite and crappy commit messages than a crappy test suite and great commit messages. But these are apples and oranges. Keeping a great test suite is a constant fight against tech debt, and testing things properly can be harder than the actual implementation. In contrast leveling up from the terrible "WIP WIP do the thing" to something slightly less awful takes maybe an extra 1-2 minutes per commit. And every time you do it you're doing your future self and future co-workers a huge favor. |
|
"WRITE BETTER MESSAGES".
but put WIP in the title so we know not to review it.
but ... do commit often, so we can get builds out. put WIP in the title so we can decide to build with tests or not. or something.
Tying automation steps to 'commit messages' is begging for "WIP JUST COMMITTING TO GET A BUILD OUT" messages, which people then complain about.