Difference between revisions of "AntiPatterns"
From Lost In Wonderlands
(→Anti-Patterns) |
(→Anti-Patterns) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Anti-Patterns = | = Anti-Patterns = | ||
− | |||
− | |||
'''NeXT Steps''' | '''NeXT Steps''' | ||
Line 13: | Line 11: | ||
Anti-Patterns are things we should avoid to do in Software Architecture, Software Design, Source Code. | Anti-Patterns are things we should avoid to do in Software Architecture, Software Design, Source Code. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 27: | Line 20: | ||
* [[SecureCode]] | * [[SecureCode]] | ||
* [[UML]] | * [[UML]] | ||
+ | * [[SOLID]] | ||
+ | * [[Packages Principle]] | ||
+ | * [[KISS]] | ||
+ | * [[DRY]] | ||
+ | * [[GRASP]] | ||
+ | * [[YAGNI]] | ||
* [[Main_Page]] | * [[Main_Page]] | ||
+ | |||
+ | == Anti-Patterns == | ||
+ | |||
+ | * https://en.wikipedia.org/wiki/Anti-pattern |
Latest revision as of 15:43, 1 April 2017
Anti-Patterns
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