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
-
Noob64666yI wrote a python script that does exactly that - it creates a new css and a new js file and separates those blocks from the html.
The company liked it and copyrighted it. -
xewl41716yDepending on the module I do have those inline tags too. Sadly I can't forward it to front-end, so it'll stay like that, probably forever.
-
Inline tags suck and shouldn't be done even in hack mode. You'll know why the moment you deploy Content Security Policy.
-
@Fast-Nop CSP doesn't bother me when the whole library is copy-pasted inline.
Hey, the question was about being lazy 🤷 -
@Noob what a dick move, I would have loved to have something like that as mentioned in one of my previous rants (without having to do it myself), seeing that something like I need and searched isn't widely available due to copyright is infuriating.
-
@JoshBent how is that a dick move? His company pays for his working time and doesn't profit in any way from giving the paid results to everyone including competitors for free.
Hardware companies like Intel give away open source not to make the world a better place, but to increase their hardware sales, which is their actual business model. -
@Fast-Nop I stated why I think it is a "dick move", you have a different point of view on it and opinion, so I don't really see what's this about.
Related Rants
-
BugsBuggy18I found a //TODO in our companies code that's there since early 2016. The company was founded in early 2016.
-
thatsnotnice10['🥚','🐔'].sort(); Now I know the truth ...according to JS.
-
YuganshT7912I had to install a program whose setup file size was 3GB and I already had that setup in my pendrive, but my p...
As a backend dev, I have this habit of just dropping script & style tags all over the place, and using inline style attributes on divs.
Then when I'm done I just link the code to a frontend dev, they'll hate it so much it will be cleaned up within minutes.
rant
wk126