Do Developers Always Code Websites from Scratch?

0
12
Asked By CuriousCoder42 On

Hey everyone! I've been learning web design with website builders, and I recently completed a basic course in HTML, CSS, and JavaScript. I wanted to get a better understanding of how seasoned developers work: do you all code your entire websites from scratch, or do you use web builders and add custom code? From my novice perspective, it seems like coding everything from scratch might take a lot of unnecessary time. I'd love to hear how you typically approach building a website, step by step, to get some insights on your workflow!

1 Answer

Answered By CodeMaster22 On

If you’re aiming for resilient performance, static HTML is unbeatable. The added complexity usually brings more potential failures. Take WordPress: its system relies heavily on PHP to generate HTML, and while it’s user-friendly, it can become sluggish with high traffic.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.