Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.2 KB

File metadata and controls

17 lines (13 loc) · 1.2 KB

Curated Learning Resources

  • How to Level Up and Write Better Code
    Omar Bohsali, Engineering Manager, Coinbase
    Omar steps through how engineers can improve by reading source code.

  • Goodbye, Clean Code
    Dan Abramov, Software Engineer, Facebook
    Dan encourages engineers to consider how code evolves and the importance of trust in an engineering team, versus focusing excessively on clean code.

  • Making Wrong Code Look Wrong
    Joel Spolsky, CEO, Stack Overflow
    Joel provides examples that explain an overall framework for clean code: "Getting the right information collocated all together in the same place on screen in your code lets you see certain types of problems and fix them right away."

  • Write code that is easy to delete, not easy to extend
    tef, Author, programming is terrible
    A deep dive into why writing modular, replaceable code is better than obsessing over reusability.