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
-
Nexion12738y"They do it all the time in normal XML" nnngh inline styles make me want to punch things.
-
Had a senior developer at Zynga Games and formerly of the GTA game series tell me that inline styles are okay on a PHP project we're collaborating on. My response:
"No they're not. Not now. Not ever. You put a fucking class or ID in there right the fuck now. I don't give a shit who you've worked for or what you've done in the past. I may be a shoeless hillbilly from Arkansas, but I've got better sense than that shit."
He tried to pull seniority and some old ass late 90's lingo on me, then called me a diva front end guy that knows nothing about development. I responded:
"I may not know a lot about development, but at least I know better than to put online styles on markup."
That shut him up. -
@Nexion plus it was a single use unique tag in the markup, but yeah I only style on classes. Especially with SASS. It just blew my mind that he was writing the styles inline instead of stubbing them out with classes so I could do my work. Now I'm having to change PHP code just to style the markup properly.
-
Wanna hear something scary? If you wanna use CSS in an HTML email that will be read from the Gmail website, you only can use the style attribute
Related Rants
-
fuckfuckityfuck11We called it "Project Hindenburg". A huge planning and logistics app with hundreds of screens and dozens of ...
-
daumie2My shitty boss is guilty of this.....
-
noonesboy5Our own company website. Everyone got involved, the process broke down, and because all of management and comp...
About every project at my last job. Impossible to like any project with a boss that legitimately thinks frames and tables are a better option than learning css.
But why not, attribute styling on html-elements are the future indeed.
undefined
wk11