|
|
|
|
|
by kgraves
2342 days ago
|
|
Not every codebase you are working with (or would be working with) has unit tests. Sometimes you’ll inherit such a project from a dev who left and you would be begging for a debugger. Otherwise failing that, then the rewrite begins... Debuggers save us that effort in such a codebase. |
|