5 ms·
I’ve actually found it helpful to start by writing tests, and then in the actual code, documentation (just about what the code does or should do), especially wh
by LeftHandPath 7y ago
I’ve actually found it helpful to start by writing tests, and then in the actual code, documentation (just about what the code does or should do), especially when I’m not entirely sure how to solve a given problem.
But for code that’s trivial to implement, it seems unnecessary...