Tag: Clean Code
- Write your code as if you're writing a letter
- Use Uncertainty to Drive Design Decisions
- Turn a long letter into a short one
- Optimize for Code Deletability
- Nobody Wants To Use Your API
- No Code is Better Than No-Code
- Livable and Disposable Code
- Imperative Shell around the Functional Core
- Globals don't need to be just variables
- Code style consistency matters
- Clippings from A Philosophy of Software Design
- Adding more code is a code smell
- "A Philosophy of Software Design" by John Ousterhout
- Writing Software v.s. Organizing Notes
- Thoughts/Summary for Writing Documentations
- Thoughts/Summary for Using Callbacks in Rails Applications
- Tech Debts and Financial Debts
- Don't Repeat Your Domain Knowledge
- As the tests get more specific, the code gets more generic
- A code formatter is a must-have tool in my workflow