Difference between revisions of "AntiPatterns"
From Lost In Wonderlands
(→Anti-Patterns) |
(→See also) |
||
Line 22: | Line 22: | ||
* [[SecureCode]] | * [[SecureCode]] | ||
* [[UML]] | * [[UML]] | ||
+ | * [[SOLID]] | ||
+ | * [[Packages Principle]] | ||
+ | * [[KISS]] | ||
+ | * [[DRY]] | ||
+ | * [[GRASP]] | ||
+ | * [[YAGNI]] | ||
* [[Main_Page]] | * [[Main_Page]] | ||
− | |||
== Anti-Patterns == | == Anti-Patterns == | ||
* https://en.wikipedia.org/wiki/Anti-pattern | * https://en.wikipedia.org/wiki/Anti-pattern |
Revision as of 01:35, 6 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
- DesignPatterns
- AntiPatterns
- Refactoring
- CleanCode
- SecureCode
- UML
- SOLID
- Packages Principle
- KISS
- DRY
- GRASP
- YAGNI