this post was submitted on 13 Nov 2023
13 points (78.3% liked)
Web Development
2973 readers
15 users here now
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I really disagree with most of this.
It starts with the concept that it's essentially too hard to work on websites now without proper experience/knowledge. Except, that's because it's often a complex site or web app and the frameworks are used because of the need. If you can't work on it because it's too complicated, then you shouldn't be trying to edit it in the first place.
Their "discouraged" example under "naked html" is far more readable than the pure HTML version, and much easier to edit and maintain. There can be a lot of benefits of outputting the content using a method to generate all of the complexity and exhaustive markup.
There is nothing stopping anyone from making a basic static HTML+CSS website when it suits the needs of that site. But most often the reason why complexity is added is because the complexity is needed. Sure, there are plenty of cases where a site is over engineered, but that doesn't mean all of most sites are.
They also say that HTML is more enjoyable, which I find pretty funny. I don't know any web developer that thinks that, and I personally would hate it if I constantly had to tediously write out HTML for every little thing.