Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Thank god I am not the only one who write's horrible code. π
Generally I start with div's everywhere then slowly transition into option one via refractoring. -
The W3C validator will cry on this one... You can't put span inside your divs...
Poor W3C... The horrors he has seen... -
neolium12707yHoly shit dude... Hope that i never must maintain such projects with such horrible code πππ
-
darkvoid5807yThe software engineers at the company where I used to work where to lazy to do .container+tab to create <div class="container"></div> this is through theβ emmit plugin which is installed by default in visual studio! And saying that "is not my job" is fucking invalid.
-
Tirop3527yHaha html5 landed and found you offguard, you are not alone buddy, lets console one another lol
Related Rants
Everyone when writing HTML:
<header></header>
<section>
<ul>
<li></li>
</ul>
</section>
<footer></footer>
ME:
<div><div></div></div>
<div><div><span><div></div></span></div></div>
<div><div></div></div>
undefined
markup
hypertext
code
div
css