Gunnar Peipman's ASP.NET blog

ASP.NET, C#, SharePoint, SQL Server and general software development topics.

Sponsors

News

 
 
 
DZone MVB

Links

Social

Implementation Patterns

Implementation Patterns at Amazon
Implementation Patterns (Addison-Wesley Signature Series)
Another great book to read is Implementation Patterns from famous Kent Beck. I found this book to be good addition to Code Complete 2. Code Complete is mostly about readable and manageable code. Implementation Patterns is about code itself - how we are writing classes, methods, loops and other code constructions everyday and what kind of patterns can be drawn out from there.

Implementation Patterns ends with chapter for framework developers. It is must-be reading also for other developers who are working in development teams. Being part of team we must understand that we have same hard work to do as framework developers have - our code must be easily usable for other developers.

Code Complete tells us how to write code that is easy to read for others and ourselves. Implementation Patterns tells us how to write code that is to use for others and ourselves. As a last thing I say the best point found from Implementation Patterns.

Code is one type of communication between people.

Comments

carnewsservice.info » Implementation Patterns said:

Pingback from  carnewsservice.info » Implementation Patterns

# August 9, 2008 7:12 AM

Gunnar Peipman's ASP.NET blog said:

Here you can find the list of books I have read. All these books are recommended ones, here are no titles

# November 2, 2008 6:14 PM