Category:Software Design/Complexity
Pages in category "Software Design/Complexity"
The following 11 pages are in this category, out of 11 total.
S
- Software Design/Avoid double negation in boolean expressions
- Software Design/Break up too large and complex functions
- Software Design/Code organization conventions
- Software Design/Create "deep" functions
- Software Design/Create pure functions
- Software Design/Don't add a parameter that won't be used
- Software Design/Don't reuse a variable
- Software Design/Make if condition positive
- Software Design/Prohibit overriding implementation of a function
- Software Design/Share state by communicating
- Software Design/Transform collection declaratively