Clean Code: A Handbook Of Agile Software Craftsmanship (häftad)
På topplistor
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
464
Utgivningsdatum
2008-08-18
Upplaga
illustrated ed
Förlag
PRENTICE-HALL
Medarbetare
Martin, Robert
Illustratör/Fotograf
illustrations
Illustrationer
illustrations
Dimensioner
236 x 177 x 21 mm
Vikt
732 g
Antal komponenter
1
Komponenter
VIDEO
ISBN
9780132350884
Clean Code: A Handbook Of Agile Software Craftsmanship (häftad)

Clean Code: A Handbook Of Agile Software Craftsmanship

(13 röster)  |  Läs 6 recensioner
Häftad, Engelska, 2008-08-18
387
  • Skickas inom 5-8 vardagar.
  • Gratis frakt inom Sverige över 199 kr för privatpersoner.
Even bad code can function. But if code isnt clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesnt have to be that way.

Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code on the fly into a book that will instill within you the values of a software craftsman and make you a better programmerbut only if you work at it.

What kind of work will you be doing? Youll be reading codelots of code. And you will be challenged to think about whats right about that code, and whats wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft.

Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up codeof transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and smells gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code.

Readers will come away from this book understanding
  • How to tell the difference between good and bad code
  • How to write good code and how to transform bad code into good code
  • How to create good names, good functions, good objects, and good classes
  • How to format code for maximum readability
  • How to implement complete error handling without obscuring code logic
  • How to unit test and practice test-driven development
This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.
Visa hela texten

Passar bra ihop

  1. Clean Code: A Handbook Of Agile Software Craftsmanship
  2. +
  3. Pragmatic Programmer, The

De som köpt den här boken har ofta också köpt Pragmatic Programmer, The av David Thomas (inbunden).

Köp båda 2 för 764 kr

Kundrecensioner

Det finns 6 recensioner av Clean Code: A Handbook Of Agile Software Craftsmanship. Har du också läst boken? Om du har köpt den på Bokus.com vill vi gärna höra vad du tyckte om den! Sätt ditt betyg »
  1. Klassiker som är alla utvecklare borde läsa
    Christian H, 7 maj 2021

    Den här är en riktig klassiker som i mångt och mycket lär ut en filosofi eller sätt att tänka kring kod som är oerhört värdefulla. Man kan diskutera detaljerna, men på det stora hela är tankarna i den här boken något jag drar nytta av varje dag.

  2. Refererar ofta till denna
    Sebastian Lindgren (Västerås), 13 januari 2015

    Varje dag ser jag kod som inte följer denna boken... och varje dag önskar jag att den hade gjort det. Tipsen och idéerna som presenteras i denna bok känns väldigt rätt efter att ha läst dem och det som presenteras är i sig nästan värt att ta till sig i livet i allmänt.

    Boken går bl.a. igenom hur kod kan struktureras för att bli lättläst, varför vi behöver ha den lättläst, hur den kan struktureras för att bli prydligare och lättare att återanvända. Allt detta är fundamentala delar fö... Läs hela recensionen

  3. Borde vara obligatorisk läsning för utvecklare.
    Markus Bergendahl, 3 november 2014

    Tänk om alla utvecklare följde åtminstone några av riktlinjerna i den här boken. Vad mycket enklare allting skulle bli.
    Boken är proppfull med värdefulla, genomtänkta och handfasta tips med potential att lyfta dig som utvecklare till en helt ny nivå.
    Rekommenderas starkt!!

  4. Den här boken borde alla programmerare ha!
    Henrik Åberg, 7 augusti 2014

    Det är inte alltid man har tid att skapa Clean Code men det här är guiden som man alltid återkommer till.

  5. Du blir en bättre programmerare
    Martin K, 11 april 2014

    Den här boken lär dig hur du skriver kod som är lättare att läsa för dig om 3 månader eller om någon annan utvecklare ska ta över din kod. Det handlar alltså om att gå igenom saker som kanske kan verka självklara såssom att namnge variabler, funktioner och klasser på ett tydligt sätt men som i verkligheten inte görs så bra som man kanske skulle önska.

    Jag har ännu inte kommit egenom hela boken men det jag har läst än så länge sätter denna bok i samma klass som klassiker såsom The pragmatic programmer och The mythical man month.

  6. I would recommend reading The Clean Coder prior to...
    tridy, 7 maj 2013

    I would recommend reading The Clean Coder prior to this book, since it will bring you the understanding and feeling for why TDD is so powerful. This book guides you through the main principles of what a clean code should look like. Some things you will not agree with, some will be too good to be true, but what this book will make you do is to start thinking about your code and begin writing code that is easy to read, understand, and re-use. Once you read it, you will never be the same. The code in this book is in Java.

Visa alla 6 recensioner

Fler böcker av Robert C Martin

Övrig information

Robert C. Martin (Green Oaks, IL) has been a software professional since 1970 and is founder and president of Object Mentor Inc. Mr. Martin has published dozens of articles in various trade journals, and is a regular speaker at international conferences and trade shows. Mr. Martin has authored and edited many books including: Agile Software Development: Principles, Patterns, and Practices (Java and C# editions) and those in the Robert C. Martin Agile series. A leader in the industry of software development, Mr. Martin served three years as the editor-in-chief of the C++ Report, and he served as the first chairman of the Agile Alliance.

Innehållsförteckning

Foreword                      xix
Introduction              xxv
On the Cover                     xxix


Chapter 1: Clean Code                    1
There Will Be Code                        2
Bad Code                           3
The Total Cost of Owning a Mess                 4
Schools of Thought                        12
We Are Authors                      13
The Boy Scout Rule                     14
Prequel and Principles                   15
Conclusion                        15
Bibliography                  15

Chapter 2: Meaningful Names                     17
Introduction               17
Use Intention-Revealing Names                     18
Avoid Disinformation                         19
Make Meaningful Distinctions                20
Use Pronounceable Names                            21
Use Searchable Names                                2...