Ask HN: What's a programming technique you felt you should've learned sooner?
I've JUST learned about SOLID OOP a couple of months ago. I always had "feelings" about code that broke these principles, but never had a way to explain it. Now, I have something concrete to use when I discuss somewhat unclean code with others.
3 comments
[ 3.9 ms ] story [ 17.3 ms ] threadI'm not necessarily a fan of full-on TDD, but I would have been better off on some previous projects if I had written tests that provided at least partial coverage.