Programmers who endure and succeed amidst swirling uncertainty and nonstop pressure share a common attribute: They care deeply about the practice of creating software. They treat it as a craft. They are professionals. In<i><b>The Clean Coder: A Code of Conduct for Professional Programmers,</b></i>le
The Clean Coder: A Code of Conduct for Professional Programmers
β Scribed by Robert C. Martin
- Publisher
- Prentice Hall
- Year
- 2011
- Tongue
- English
- Leaves
- 244
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Programmers who endure and succeed amidst swirling uncertainty and nonstop pressure share a common attribute: They care deeply about the practice of creating software. They treat it as a craft. They are professionals.
In The Clean Coder: A Code of Conduct for Professional Programmers, legendary software expert Robert C. Martin introduces the disciplines, techniques, tools, and practices of true software craftsmanship. This book is packed with practical adviceβabout everything from estimating and coding to refactoring and testing. It covers much more than technique: It is about attitude. Martin shows how to approach software development with honor, self-respect, and pride; work well and work clean; communicate and estimate faithfully; face difficult decisions with clarity and honesty; and understand that deep knowledge comes with a responsibility to act.
Readers will learn
β’ What it means to behave as a true software craftsman
β’ How to deal with conflict, tight schedules, and unreasonable managers
β’ How to get into the flow of coding, and get past writerβs block
β’ How to handle unrelenting pressure and avoid burnout
β’ How to combine enduring attitudes with new development paradigms
β’ How to manage your time, and avoid blind alleys, marshes, bogs, and swamps
β’ How to foster environments where programmers and teams can thrive
β’ When to say βNoβ β and how to say it
β’ When to say βYesβ β and what yes really means
Great software is something to marvel at: powerful, elegant, functional, a pleasure to work with as both a developer and as a user. Great software isnβt written by machines. It is written by professionals with an unshakable commitment to craftsmanship. The Clean Coder will help you become one of themβand earn the pride and fulfillment that they alone possess.
β¦ Subjects
Management; Programming; Debugging; Ethics; Psychology; Unit Testing; Jenkins; Integration Testing; Test-driven Development; Testing; Test Automation; Time Management; Collaboration; Career; Continuous Deployment; UML; Teamwork; Mentorship; Apprenticeship; Craftsmanship
π SIMILAR VOLUMES
<p><span>"</span><span>Python Clean Code</span><span>" is a comprehensive guidebook for Python developers who want to improve the quality of their code by adopting best practices for writing clean, readable, and maintainable code. The book is authored by </span><span>Nash Maverick</span><span>, who