Idioms (Coding Patterns)
Notes:
- No clear line between design patterns and idioms
- Less portable implementations of design patterns
- Experienced programmers apply idioms
- Documented idioms can help problem solving, team work and training of new programmers
Examples:
- Counted Pointer (C++)
- Implementation of Singleton design pattern (C++, Smalltalk)
- ...