Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 2.34 KB

File metadata and controls

40 lines (33 loc) · 2.34 KB

Programming Books to Read

The Pragmatic Programmer: From Journeyman to Master

The Pragmatic Programmer by Andrew Hunt and David Thomas is a must-read for any software developer. Filled with practical advice, this book emphasizes the importance of continuous learning, adaptability, and taking ownership of your work. With timeless principles and actionable insights, it guides programmers through the journey of improving both their technical and problem-solving skills, ultimately helping them transition from journeymen to masters of their craft.

The Pragmatic Programmer: Your journey to mastery Book Title: The Pragmatic Programmer: Your journey to mastery
Author: David Thomas, ‎Andrew Hunt
Edition: 20th Anniversary Edition
Year: 2019
Link

Clean Code: A Handbook of Agile Software Craftsmanship

Clean Code by Robert C. Martin is a foundational book for anyone looking to write better, more maintainable code. It emphasizes the importance of clarity, simplicity, and readability in software development. Through practical examples and best practices, Martin guides readers on how to refactor messy code, improve design, and adopt a mindset that prioritizes high-quality, clean code that stands the test of time

Clean Code: A Handbook of Agile Software Craftsmanship Book Title: Clean Code: A Handbook of Agile Software Craftsmanship
Author: Robert C. Martin
Edition: 1st Edition
Year: 2008
Link