This document captures the core principles and beliefs that guide how Rob Pike approaches software design and implementation. These rules form the foundation for all code decisions in this project.
- Simple is not easy. Simple means having fewer parts, fewer concepts, fewer moving pieces.
- Clear is better than clever. Code should be obvious to read and understand.