DEV Community

Discussion on: What programming skills, concept, techniques have you learned so far?

Collapse
 
condinoaljoseph profile image
elpmid

One of the mistakes of every developer made, including me is they are obsessed on learning new frameworks, instead of learning the importance of programming best practices and principles. I am currently learning what you've learned, reviewing SOLID principles, pure functions. Probably will focus on OOP and design patterns afterwards.

Collapse
 
dimitarstbc profile image
Dimitar Stoev

Related to this - I have seen people try to learn front end frameworks before even get into html, css and JavaScript.

There are thousands resources out there that explain the proper ways and yet, people always try to skip and cheat..

Collapse
 
condinoaljoseph profile image
elpmid

totally agree. im one of them before :)

Collapse
 
john4650hub profile image
JohnDelvin

That is just wastage of time.

Collapse
 
andrewbaisden profile image
Andrew Baisden

I can totally relate to this.