ka1h / work_right_fast.md
0 likes
0 forks
1 files
Last active
The original phrase, "Make it work, make it right, make it fast," is a classic software development mantra, often attributed to Kent Beck (though variations exist). It describes a pragmatic approach to development.
Let's break down how DevOps and SRE might interpret or spin it:
The Original: "Make it work, make it right, make it fast"
- Make it work: Get the basic functionality operational. Prove the concept.
- Make it right: Refactor, ensure correctness, improve design, add tests, make it maintainable.
- Make it fast: Optimize for performance and efficiency.
Newer
Older