Difference between revisions of "CleanCode"

From Lost In Wonderlands
Jump to: navigation, search
(Web Sites)
(Clean Code)
Line 9: Line 9:
  
 
'''''Everything You Always Wanted to Know About Re-factoring... (But Were Afraid to Ask)'''''  
 
'''''Everything You Always Wanted to Know About Re-factoring... (But Were Afraid to Ask)'''''  
 +
 +
 +
== See also ==
 +
 +
* [[DesignPatterns]]
 +
* [[AntiPatterns]]
 +
* [[Refactoring]]
 +
* [[CleanCode]]
 +
* [[SecureCode]]
 +
* [[UML]]
 +
* [[SOLID]]
 +
* [[Packages Principle]]
 +
* [[KISS]]
 +
* [[DRY]]
 +
* [[GRASP]]
 +
* [[YAGNI]]
 +
 +
 +
* [[Main_Page]]
  
 
== Web Sites ==
 
== Web Sites ==
Line 31: Line 50:
 
* Object Oriented Analysis and Design with Applications - Grady Booch
 
* Object Oriented Analysis and Design with Applications - Grady Booch
 
* Object Oriented Sofware Construction - Bertrand Meyer
 
* Object Oriented Sofware Construction - Bertrand Meyer
 
== See also ==
 
 
* [[DesignPatterns]]
 
* [[AntiPatterns]]
 
* [[Refactoring]]
 
* [[CleanCode]]
 
* [[SecureCode]]
 
* [[UML]]
 
 
 
* [[Main_Page]]
 

Revision as of 01:40, 6 March 2016

Clean Code

by paul.plaquette, Senior Software Engineer, Trilda Open Source

NeXT Steps

 here everything has yet to be done !

coming soon :

Everything You Always Wanted to Know About Re-factoring... (But Were Afraid to Ask)


See also


Web Sites

Discussion Groups

Books

  • Clean Code - Robert C. Martin
  • The Clean Coder: a Code Of Conduct for Professional Programmers - Robert C. Martin
  • Working Effectively with Legacy Code
  • Agile Software Development, Principles, Patterns, and Practices - Robert C. Martin
  • Pattern Languages of Program Design 3 (v3) - Robert C. Martin
  • Analysis Patterns: Reusable Object Models - Robert C. Martin
  • Test Driven Development by example - Kent Beck
  • Object Oriented Analysis and Design with Applications - Grady Booch
  • Object Oriented Sofware Construction - Bertrand Meyer