Ask HN: What are some good resources for coding best practices?
6 points| genericmask | 8 months ago
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|8 months ago
Book: Code Complete - Steve McConnell
https://www.amazon.com/Code-Complete-Practical-Handbook-Cons...
A bit dated maybe, but still very informative!
kody|8 months ago
The Pragmatic Programmer and Code Complete were integral on my first job.
genericmask|8 months ago
andrei_says_|8 months ago
https://sandimetz.com/
toldyouso2022|8 months ago