Difference between revisions of "Refactoring"

From Lost In Wonderlands
Jump to: navigation, search
(Refactoring)
(Blogs)
 
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:
 
* [[SecureCode]]
 
* [[SecureCode]]
 
* [[UML]]
 
* [[UML]]
 +
* [[SOLID]]
 +
* [[Packages Principle]]
 +
* [[KISS]]
 +
* [[DRY]]
 +
* [[GRASP]]
 +
* [[YAGNI]]
  
  
 
* [[Main_Page]]
 
* [[Main_Page]]
 +
 +
 +
== Refactoring ==
 +
 +
== Blogs ==
 +
* https://industriallogic.com/xp/refactoring/
 +
* https://sourcemaking.com/refactoring

Latest revision as of 04:07, 19 March 2016

Refactoring

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)


Re-factoring is the process of redesigning software architecture and source code in which anti-patterns were identified using Design Patterns

See also



Refactoring

Blogs