HACKER Q&A
📣 genericmask

What are some good resources for coding best practices?


Hi all,

I've been recently promoted and am now managing a summer software engineering internship. Based on the feedback we got from the interns last year, I want to teach them best practices and good principles for writing good code and designing maintainable solutions.

They've heard about DRY and SOLID, we're writing unit tests, they're familiar with git and we're applying agile principles, but I'd love to hear what you all found helpful early in your career or what resources you use now to teach junior engineers the fundamentals.

Thank you!


  👤 pieterr Accepted Answer ✓
What I found helpful early in my career:

Book: Code Complete - Steve McConnell

https://www.amazon.com/Code-Complete-Practical-Handbook-Cons...

A bit dated maybe, but still very informative!


👤 andrei_says_
Sandi Metz’ books on code design are I think exactly what you need.

https://sandimetz.com/


👤 toldyouso2022