I just peeked at the docs and right off the bat I don’t like how they have conflicting attributes like hx-get and hx-post. What happens if both are set at the same time? Why not just have hx-method?
I just peeked at the docs and right off the bat I don’t like how they have conflicting attributes like hx-get and hx-post. What happens if both are set at the same time? Why not just have hx-method?
By the end of the meeting you have 10 more questions and no answers and more meetings to discuss the new questions
You should check out “post modern JavaScript explained for mammoths”
A lot of “gifs” are actually served up as mp4s actually
Be the change you want to see in the fediverse
Most mushrooms won’t kill you
That’s not very reassuring
So ignore all the things he says should be done beyond deplatforming and just get angry about made up assumptions that you extrapolated off your interpretation of tone? Get outta here
Most of his suggestions are just advocating for greater transparency. What’s the weird part?
That sounds like ea making an excuse for why they were voted worst company. I don’t doubt that they got those emails and letters but I doubt that was the major reason they got voted worst. That was a year they had a lot of gaming controversies
I try and follow best practices always too, but when the linter is catching it for you it’s less to think about so you can focus on the important parts of the problem
Typescript compiler enforces language requirements, the linter enforces language best practices. Best practices help you avoid bugs.
Same reason you use typescript. It helps you catch bugs and follow programming best practices. You also don’t need typescript, but with it your code is better. Typescript is technically just a really fancy linter. The actual compilation mainly just removes the type data and does some JavaScript engine compatibility.
Why do the typescript extensions to eslint exist then?
They’re all con artists. The people buying them were trying to scam someone else.
No, it’s not a pyramid scheme, it’s not a ponzi scheme, it’s just a good old fashioned investment scheme.
And eslint and setting up tsconfig for your project structure.
They probably spent a year looking for a job and they’re suffering from imposter syndrome so they feel like if they aren’t constantly getting stuff done they might be fired, plus they haven’t worked enough to hit burnout and don’t know how to pace themselves.
Maybe there’s some edge case but in my years of using prettier I haven’t encountered one once.
It adds even more auto formatting rules so you can basically stop thinking about formatting entirely. I used to be opinionated about formatting but now I just go with whatever prettier does. It’s not always the best but it’s consistent and it’s a big chunk of my brain I can free up for things that matter. It also formats things safely so you don’t run into those weird edge cases where semicolons matter if you choose to turn them off.
Why was this written like this? It makes no sense. I’ll git blame it and ask them what’s going on. Oh it’s me…