Software Development
- Write code and experiment instead of talking and planning
- Keep experimental and mock data alongside production code
- Minimize restart times and restart the project often
- Compose functions and flow data through pipes
Software Engineering Notion
Software Engineering Usages
Interactive high-velocity style development rules
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
