Software Engineering

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 May 23 3:27
Editor
Edited
Edited
2025 Oct 17 9:31

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).
 
 

Recommendations