What is Good Code: Readability, Simplicity, etc.
In design patterns, good code from a design perspective
- Code that works as intended by modifying only constants
- Easy to extend and modify
Programming Patterns
Programming Patterns Usages
Objective
- Functionally complete and useful even without new features.
- No security flaws and no additional patches needed.
- Minimal external dependencies at runtime (independent).

Seonglae Cho