Hacker News new | ask | show | jobs
by quickthrower2 2950 days ago
> How to find a good trade-off between high coding standards and not getting in the way of research?

I think you can have both. Unit tests and good coding practices should make you faster once you have more than "1 screen"'s worth of code and you are relying on human memory when navigating and maintaining code.

I'm not a "unit test all the things" kind of person though.