Mensys Online Shop

Clean Code

Categorie:Algemeen - Boeken Van:Prentice Hall
Meer informatie:www.prenhall.com ...Auteur(s):Robert C. Martin
Bladzijden:431Publicatie-jaar:2009

What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's 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.  » Lees meer...

Clean Code

Selecteer een of meer artikelen en klik dan op Bestellen. Aantallen kunnen op de volgende blz. gewijzigd worden.
Partnr.OmschrijvingEuro *Euro incl. BTW 
A71616 Clean Code31.9833.90

Alle prijzen zijn in Euro excl. BTW (19%, voor boeken 6%) en excl. verzendkosten.
E-mail of bel 023 548 20 20 voor licenties, upgrades en andere vragen.

What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's 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 code - of transforming a code base that has some problems into one that is sound & 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.