Or use Flexbox
But your solution works as well for simple cases
Proud NYer forced to flee by 🍊🤡. Professional circus freak, fire bender, and software engineer (fuck AI). She/her
English, Español, Français
(Yo se que me estás siguiendo. Pare. Por favor.)
Or use Flexbox
But your solution works as well for simple cases
Same with people who complain endlessly about JS/TS letting you add a string to an object. I work with this shit daily, these are literally the least of my problems.
…or my manager
I’m pretty sure I’ve had to debug errors like that


Unfortunately, it results in a dependency tree that resembles the tangled power lines in Bangladesh. Especially when half the code base is written by new devs using GAI and there isn’t a design doc in sight


I got forcefully moved onto another team at work. They use Observables to replace signals, change detection, local storage, and even function calls. Every single component is a tangled mess of Observables and rxjs. Our hotlist has over 300 bugs, and the app is like 6 months old.
I’ve been looking for a new team


So when is Musk getting held accountable for making a literal US funded Nazi waifu bot


There is technically a rule that allows for 's, and acronyms are one of the possible uses
I will gladly take up one of these jobs as long as they allow me to trash all generated code and just rewrite it from scratch. It’ll be faster than any sort of cleanup.


Agreed, I 100% prefer to parse through documentation than stack overflow
I beg to differ, I’m a corporate slave on a 13" laptop
As a FE focused eng with too much industry experience, I refuse to touch any UI that was generated by AI. That sounds like a nightmare. Hell, I refuse to touch any UI that was generated by fucking DreamWeaver.
One of the hardest challenges in large scale UIs is keeping everything organized and modular. It’s way too easy to write event dependent spaghetti code.


In a normal scenario yes, but “vibe coding” rewrites whole swaths of code. It’s like painting detail with a bucket. Trying to keep up with it seems like a sisyphiean task


I bet you their “10x coder” can’t describe what a unit test is nor its purpose
Then again, can you even unit test AI generated slop with how often it’s rewritten?


No, it must be JavaScript that is the problem
principal_skinner.jpg.exe
Even plus even
Odd plus odd
Even plus odd
Odd plus even


So am I, and I still prefer CLI for everything
Google’s Instagram keeps seriously advertising “vibe coded projects”
You can also do that in TypeScript
readonly a!: Foo;
readonly b = bar.toFoo();
constructor(){
a = bar.toFoo();
}
I swear this is how my new team writes all their enterprise code