5

TL;DR: I should just stick to Python. I'm not touching front-end stuffs.

I got promoted to moderator of the subreddit of the game I play. Got greeted by a list of task involving tweaking the stylesheet (CSS). I said fine, I screwed around with CSS before I can screw with this again. So now I'm in charge of the whole op. Alone. Yay /s.

The objective is just dark-theme-ing the thing because white hurts (we all know that). So I fired up Firefox, made a test subreddit, cloned the whole stylesheet and sprites and started screwing around with my editor and Inspector Tool. And it hit me: One element refused to render (I don't if that's the correct technical term), and I don't even know why the fuck it didn't render. 15 minutes fuzzing through and it still gave a middle finger. Fine. Fuck you. Full revert, back to original. Then I changed the original sheet one change at a time, reloading after every changes. After changing everything, it suddenly work. What the fuck. Why the fuck. How the fuck. How the bloody fuck. How in the bloody fuck.

(""Fucks" per minute" sure is an effective measure of code quality)

Comments
  • 2
    You didn’t select the element you want the right way, maybe! Or CSS got tired and went for a cigarette break!
  • 5
    css is one of those languages a lot of devs think they know but they actually don't know jack about (i used to be like this as well, until i took some classes about it on Udemy, best decision i ever made).

    it is a harsh mistress.

    i feel your pain.
Add Comment