🪓
The Hard Way to SWE Excellence v1.2
  • Hello Friend, Start here!
  • Basic Undestanding
    • Good-to-have in your mind
    • What exactly is a programmer's job?
    • Choosing first language and thinking about potential career path
  • Learning Path
    • Learning Programming Basics
    • Getting Basic Understanding of Core Programming Technologies
    • Version Control System
    • Developing Sustainable Programming Skills
    • Algorithms and Data Structures 1/2
    • Clear code. Beautiful code.
    • DBMS & SQL!
    • Algorithms and Data Structures 2/2
    • 12 - Finally, the Framework and the rest of applied stuff!
  • Appendix
    • Read it.
    • Additional resources
Powered by GitBook
On this page
  1. Learning Path

Clear code. Beautiful code.

If you don't learn to write expressive and beautiful code, no one will talk to you and you won't get hired - you simply won't pass any screening at any serious company.

They'll reject you for this sooner than if you hesitate and slowly solve an algorithmic problem.

There's not much to recommend here, the industry has iron classics that you need to read, study, and follow.

Three books for you:

  • Robert Martin "Clean Code: A Handbook of Agile Software Craftsmanship"

  • Robert Martin "The Clean Coder: A Code of Conduct for Professional Programmers"

  • Steve McConnell "Code Complete: A Practical Handbook of Software Construction"

Don't forget – Take the damn notes!

PreviousAlgorithms and Data Structures 1/2NextDBMS & SQL!

Last updated 6 months ago