|
|
|
|
|
by kasey_junk
3562 days ago
|
|
You misunderstand "make it work" includes performance goals. The difference is if you consider them upfront it includes the explicitly not implicitly. You'd never say that the you've made the code "work" if you knew it would take 3x of your budget to get there. Similarly with performance, it doesn't "work" if it doesn't meet the perf goals of the project, no matter how relaxed they might be. |
|
Generally speaking I find it much easier to take slow, working code and making fast, as opposed to fast, broken code and making it work.