Code should be CODE: "Clean, Optimized, Documented, Efficient".
Just curious. How is optimized different from efficient
Don't write clean code, write CRISP code
21–30 of 170 posts
Re: Don't write clean code, write CRISP code
#22Code should be CODE: "Clean, Optimized, Documented, Efficient".
Just curious. How is optimized different from efficient
In the real world, in real time systems one often optimizes for low jitter, which is often not contradictory to optimizing for efficiency, as one may reserve resources to keep them available in order to process requests faster, even though they're not required.
Re: Don't write clean code, write CRISP code
#23* - Granted the book was written by an asshole.
Re: Don't write clean code, write CRISP code
#24Don't follow the concrete practices in the best-selling book* vetted by industry leaders for years, instead follow this set of 5 high level goals that I've generally described and grouped together into a catchy acronym. Yay me! * - Granted the book was written by an asshole.
Re: Don't write clean code, write CRISP code
#25* starts writing CRISP code *
Re: Don't write clean code, write CRISP code
#26Re: Don't write clean code, write CRISP code
#27the sooner the better
Re: Don't write clean code, write CRISP code
#28Since we’re adding new backronyms every day, I propose SIMPLE. S - Spaghetti: write tapestry of code like a chef. I - Interlinked: if the project has modules, they should all depend on each other (we are strongest when we can depend on one another). M - Micromanaged: if the product owner doesn’t expect reports in the daily stand-up, do they even care? P - Perplex: diversity for the codebase. L - Lazy: Bill Gates once…
D - Duplicated: it's always good to have backup code at hand.
Re: Don't write clean code, write CRISP code
#29Don't follow the concrete practices in the best-selling book* vetted by industry leaders for years, instead follow this set of 5 high level goals that I've generally described and grouped together into a catchy acronym. Yay me! * - Granted the book was written by an asshole.
Could you elaborate on the last point?
This also spilled into some critiques of Clean Code which are sometimes colored by this.