DEV Community

Eddie
Eddie

Posted on

3 2

Have dev tools and boilerplate code prevented you from learning how to code?

I'm curious to know how many devs here, especially junior devs, have had trouble understanding certain programming syntax and/or concepts and if dev tools and scaffolding scripts like create-react-app have had any part in stunting your growth?

For example, some boilerplate scripts write basic HTML blocks for you, but did that prevent you from fully understanding concepts like:

<meta name="viewport" content="width=device-width, initial-scale=1.0">
Enter fullscreen mode Exit fullscreen mode

or

<meta charset="UTF-8">
Enter fullscreen mode Exit fullscreen mode

Share your thoughts in the comments!

Top comments (1)

Collapse
 
davidtaylorjr profile image
David Taylor Jr.

Can't say that it has hindered me any. But a lot of the tutorials I have gone through explain what those types of things are and do so that might be a help.

Cloudinary image

Optimize, customize, deliver, manage and analyze your images.

Remove background in all your web images at the same time, use outpainting to expand images with matching content, remove objects via open-set object detection and fill, recolor, crop, resize... Discover these and hundreds more ways to manage your web images and videos on a scale.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay