DEV Community

Discussion on: Learning Frameworks and APIs vs Software design principles

Collapse
 
tojacob profile image
Jacob Samuel G.

The frameworks "normally" already implement the design patterns very well. Learning to use them is a good decision.

The design patterns are also important and every developer should know them.

Which one to learn first?
If you want to start quickly writing code, go through the frameworks and then learn the patterns.
If time is not a problem, go for the design patterns, but do not forget the frameworks!