▲ | kccqzy 5 days ago | |
The easy-to-debug issues are there because I just wrote some new code, didn't even commit the code, and is right now writing some unit tests for the new code. That's extremely common and print debugging is alright here. | ||
▲ | burnt-resistor 5 days ago | parent [-] | |
Unit and integration testing for long-term maintainable code that's easy and quick to prove it still works, not print debugging with laborious, untouchable, untestable garbage. |