12

I am starting to hate frontend...

Comments
  • 0
    Too many frameworks to choose from? 😁
  • 0
    Let me guess, it's either JS or stupid frameworks.
  • 1
    Nah, it's probably CSS (and making shit responsive)...
  • 1
    I remember the good 'of days when you could just write a .js file, and then write a script tag to include it on a page.

    Then people wanted "applications". Which spawned build processes, minifiers, module bundlers, transpilers, and some more overengineering.

    It's all pretty cool, but it's kind of overkill when your boilerplate starts out at 300kb and still doesn't do anything.
  • 0
    @hacker what's so bad about css?
  • 0
    @Dollique Oh no. Nothing's wrong with CSS. It's just that I usually spend the most time with CSS when I'm building stuff. Everything has to be perfect, which is why it's so time consuming.
Add Comment