|
|
|
|
|
by jawr
1254 days ago
|
|
That’s great if you’re the only person working on the code. Not everyone is as diligent and not everyone will have thought through/remembered all those edge cases when they happen to end up maintaining/adding to your code. Personally I find that tests are a great way to ensure all that hard work you did thinking about those edge cases isn’t wasted. That and manually testing stuff is annoying after the first time. |
|