Difference between revisions of "DRY"
From Lost In Wonderlands
(Created page with "= DRY = ''by paul.plaquette, Senior Software Engineer, Trilda Open Source'' '''NeXT Steps''' ''here everything has yet to be done !'' ''coming soon'' : '''''Everything...") |
(→See also) |
||
Line 13: | Line 13: | ||
== See also == | == See also == | ||
+ | |||
* [[DesignPatterns]] | * [[DesignPatterns]] | ||
* [[AntiPatterns]] | * [[AntiPatterns]] | ||
Line 19: | Line 20: | ||
* [[SecureCode]] | * [[SecureCode]] | ||
* [[UML]] | * [[UML]] | ||
+ | * [[SOLID]] | ||
+ | * [[Packages Principle]] | ||
+ | * [[KISS]] | ||
+ | * [[DRY]] | ||
+ | * [[GRASP]] | ||
+ | * [[YAGNI]] | ||
* [[Main_Page]] | * [[Main_Page]] | ||
− | |||
== DRY == | == DRY == |
Revision as of 01:48, 6 March 2016
DRY
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 on DRY... (But Were Afraid to Ask)
See also
- DesignPatterns
- AntiPatterns
- Refactoring
- CleanCode
- SecureCode
- UML
- SOLID
- Packages Principle
- KISS
- DRY
- GRASP
- YAGNI