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…
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…
“going sideways” is also bad. I guess the moral of that idiom is that directions are bad?
I guess “going forwards intact” would be the good version.
Continuity is consistency across a spectrum.
Isn’t new York flooded right now?
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?
It will be questioned, but you have a good explanation. The tricky part is explaining it elegantly. Hiring managers kinda glance at resumes so you should add a sentence at the end explaining that you were let off due to internal company reasons. You should also try and get a letter from the company explaining that it wasn’t for performance reasons. Even better would be to get letters of recommendation from your coworkers and manager. Hopefully they’ll be extra nice to you due to your situation, but you need to be proactive about it.
Because it’s the country the company is based in.
Loyalty is a two way street and when it comes to jobs the company’s loyalty should come first.
By the end of the meeting you have 10 more questions and no answers and more meetings to discuss the new questions
“we organized to all quit at the same time”
“Noooooo! Not like that! 😭😭😭”
Can you be more specific? I’d like to know what it’s missing.
Ah just as God intended.
In that case you will love typescript. I’m not sure what other imperative languages have both type inference and structural typing.
My opinion is you should use it when it’s useful, but not when it’s unnecessary. Their main use case is when you need to couple the functionality of functions to a shared state, and it’s particularly useful when you have multiple interdependent functions that need to be tied to multiple codependent states.
I find it relatively rare when I really need to use a class. Between first class functions and closures and modules and other features, I find JavaScript has a lot of tools to avoid needing classes. Classes add complexity so I only use them when the complexity they add is less than the complexity of the task they’re needed for.
Getting over it?
Yes, it’s still a transpiler, I’m not saying it isn’t, but what I mean is that it doesn’t add any functionally specific to the typescript language. There’s a transpiler for TS that doesn’t even do any type checking at all and just does the type stripping and back porting. But of course, that’s not why people use typescript. All the features that are actually important to typescript could be done through a linter instead. If type annotations were added to JavaScript you could get most of typescript’s features with linting rules and just handle back porting in a more standard way.
It’s basically a book you can talk to. A book can contain incredibly knowledge, but it’s a preserve artifact of intelligence, not intelligence.
Learn to make your own, then sell them on Etsy, wait, oh no!
And doesn’t this basically admit to the crime?