this post was submitted on 30 Jun 2025
427 points (97.8% liked)

Programmer Humor

24957 readers
1904 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Pyro@programming.dev 4 points 1 week ago (20 children)

Having never used it before, is it that bad?

[–] scott@lemmy.org 2 points 1 week ago (13 children)

At first it seems nice...I played with it for a few hours in an established project and didn't mind. But the I thought about using it from scratch and I'm just baffled anyone does. It's like if CSS was slightly more abbreviated but you couldn't use classes so every style has to be specified on every component.

[–] brian@programming.dev 1 points 1 week ago

instead of using classes you just use whatever your ui library provides for reuse. stick a classname string in a variable and you have a class. use a component and it just contains all its styles.

unless you mean that if you look in the inspector you see a mess of classnames. I don't have a solution there

load more comments (12 replies)
load more comments (18 replies)