Further reading
Here is a list of books on coding standards, principles, and methodologies, along with summaries of each:
- Clean Code: A Handbook of Agile Software Craftsmanship, by Robert C. Martin: This book provides a comprehensive guide to writing clean, maintainable code using best practices and principles of software craftsmanship.
- Code Complete: A Practical Handbook of Software Construction, by Steve McConnell: This book covers software development best practices and techniques, including code construction, debugging, testing, and maintenance.
- The Pragmatic Programmer: From Journeyman to Master, by Andrew Hunt and David Thomas: This book offers practical advice for improving code quality, productivity, and professionalism, and covers topics such as code organization, testing, and refactoring.
- Design Patterns: Elements of Reusable Object-Oriented Software, by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides: This book covers design patterns, which...