ndru@lemmy.world to Mildly Infuriating@lemmy.worldEnglish · 10 months agoThe color blurplelemmy.worldimagemessage-square23fedilinkarrow-up1169file-text
arrow-up1160imageThe color blurplelemmy.worldndru@lemmy.world to Mildly Infuriating@lemmy.worldEnglish · 10 months agomessage-square23fedilinkfile-text
From a site I’ve inherited which is full of things like this (and lots of other very !important things). Send help.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up36·10 months agosed -i 's/.purple/.not-purple/g' *.css done, boss
minus-squaregregorum@lemm.eelinkfedilinkEnglisharrow-up10arrow-down1·10 months agoThis just gave me a panic attack
minus-squareFoxBJK@midwest.sociallinkfedilinkEnglisharrow-up3·10 months agoGotta do it on the HTML files and JS files too. Then you gotta re-test every page that uses those files. Then the boss looks over your code and asks why you didn’t just change the actual color because that’s easier to QC.
sed -i 's/.purple/.not-purple/g' *.css
done, boss
This just gave me a panic attack
Gotta do it on the HTML files and JS files too. Then you gotta re-test every page that uses those files.
Then the boss looks over your code and asks why you didn’t just change the actual color because that’s easier to QC.