DEV Community

Discussion on: 4 Ways You Can “Level Up” As A Developer

Collapse
 
olvnikon profile image
Vladimir

Thanks for the article! You forgot to mention functional programming. It is totally different to OOP and forces you to almost forget things you know and start anew. But there is no way back to OOP after you switch. :)

Collapse
 
matthew_collison profile image
Matthew Collison

Love this point! We’re learning Golang at the moment so it’s a very relevant point - I think it goes both ways.

Just learning different high-level paradigms and getting a good understanding of them to the point where you have more tools for the job is great.