DEV Community

Discussion on: Is the use of scaffolding a good idea for a junior dev?

Collapse
 
martyonthefly profile image
Sylvain Marty

Hi Carlos,

When I start to use a new tech, I always try to avoid the "starter kits" because they often use a lot of advanced concept that I don't understand yet. But when you have experimented some of these concepts, starter kits are more efficient.

Moreover, I think scaffolding is a good way to focus on business logic more than non-fonctional logic.

Great article, keep it up! :)

Collapse
 
metcoder profile image
Carlos Fuentes

Hi and thank you very much!
I agree with you.
I do the same in the same situation. I always try to avoid them, this to focus on know how it works and the workflow that the tech has. That makes me take fully understanding of the tech.

Adding to your comment, I think scaffolding gives to you the opportunity to, once you understand the tech, know how more tools of the tech work and get some idea of how you can implement in your project, and in the way, how bootstrapping in an efficient way.