Hacker News new | ask | show | jobs
by jobsort 1224 days ago
I found that StyleCop and FxCop helped me learn engineering best practices when I was out of college. I highly recommend setting up ES Lint (if your codebase is in JavaScript) or the likes. Having engineering best practices enforced during code reviews helps too.