Rant: A guy in a Discord CSS chat dismissed my workaround because 'it was too simple'
I spent 3 days building this wild nested grid animation for a card flip effect, tons of calc() and keyframes. I posted it in a small Discord server last Tuesday, and this one dude just said 'that's just a transition with a rotateY, not worth sharing.' It stung because the whole point was avoiding the extra wrapper div, and my way cut the CSS down to like 40 lines instead of 120. He didn't even look at the code, just assumed it was something basic. idk, maybe I'm overthinking it, but it made me wonder if this community only celebrates bloated, overengineered stuff. Has anyone else had their clean, minimal fix get totally dismissed by someone who didn't even read it?