DEV Community

Discussion on: What computer science concepts should devs without a CS background prioritize learning?

Collapse
 
antero_nu profile image
Antero Karki

Most self taught colleagues I've worked with, and others as well, are missing skills in writing good clean code. If you write good code everything else will be much easier to fix later e.g. performance issues, bugs.

So I'd suggest reading "Clean Code" by Robert Bob Martin, he's not only fun to read and watch holding talks, but is good at explaining things so that they make sense.