Difference between revisions of "AntiPatterns"

From Lost In Wonderlands
Jump to: navigation, search
(Created page with "= Anti-Patterns = ''by paul.plaquette, Senior Software Engineer, Trilda Open Source'' '''NeXT Steps''' ''here everything has yet to be done !'' ''coming soon'' : '''''...")
 
(Anti-Patterns)
Line 9: Line 9:
  
  
'''''Everything You Always Wanted to Know About Anti-Patterns... (But Were Afraid to Ask)''''' B)
+
'''''Everything You Always Wanted to Know About Anti-Patterns... (But Were Afraid to Ask)'''''
  
  
Line 16: Line 16:
  
 
== See also ==
 
== See also ==
 
 
* [[DesignPatterns]]
 
* [[DesignPatterns]]
 +
* [[AntiPatterns]]
 
* [[Refactoring]]
 
* [[Refactoring]]
 +
* [[CleanCode]]
 +
* [[SecureCode]]
 +
* [[UML]]
 +
 +
 +
* [[Main_Page]]

Revision as of 04:10, 4 March 2016

Anti-Patterns

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 Anti-Patterns... (But Were Afraid to Ask)


Anti-Patterns are things we should avoid to do in Software Architecture, Software Design, Source Code.


See also