Difference between revisions of "CleanCode"
From Lost In Wonderlands
(→See also) |
(→Clean Code) |
||
Line 10: | Line 10: | ||
'''''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)''''' | ||
+ | == Web Sites == | ||
+ | * Martin Fawler, http://www.martinfowler.com/ | ||
+ | * Kent Beck, https://en.wikipedia.org/wiki/Kent_Beck | ||
+ | * Clean Coders, https://cleancoders.com/landing | ||
+ | == Books == | ||
+ | |||
+ | * Clean Code | ||
+ | * the Clean Coder | ||
+ | * Working Effectively with Legacy Code | ||
+ | * Agile methods | ||
== See also == | == See also == |
Revision as of 19:20, 4 March 2016
Contents
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)
Web Sites
- Martin Fawler, http://www.martinfowler.com/
- Kent Beck, https://en.wikipedia.org/wiki/Kent_Beck
- Clean Coders, https://cleancoders.com/landing
Books
- Clean Code
- the Clean Coder
- Working Effectively with Legacy Code
- Agile methods
See also
- DesignPatterns
- AntiPatterns
- Refactoring
- CleanCode
- SecureCode
- UML