

But if both sides are your enemies, they’re both your friends. But if they’re your friends, they aren’t the enemies of your enemies anymore, which would make them your enemies once again. But then they are your friends again. But then
But if both sides are your enemies, they’re both your friends. But if they’re your friends, they aren’t the enemies of your enemies anymore, which would make them your enemies once again. But then they are your friends again. But then
Though naming it by the following year instead of the release year is clearly a marketing move.
JS itself is great, I prefer it to most other languages due to the flexibility that it allows. Adding types through TS to safeguard against footguns doesn’t mean you’re not still using JS. You can also add the types using comments instead if you prefer it, which means you’re actually writing raw JS.
That’s your prerogative, but it honestly doesn’t make sense. Typescript adds almost no functionality to JS (and the few pieces it adds are now considered mistakes that shouldn’t be used anymore). It only focuses on adding typing information, and in the future you’ll be able to run TS that doesn’t use those few added features as JS (see the proposal).
You can also add the TS types as comments in your JS code, which IMO shows that it’s not a different language.
Oh, so incest is cool when HBO does it, but when it’s TFS it’s suddenly a scandal?!
Not really, considering Typescript only adds static types to JS. It’s not a different language, it’s an extension.
I wouldn’t use raw JS for anything new, yes. Typescript however is an excellent language.
Sure, but at this point it’s your own fault if you don’t use Typescript to keep these issues from happening.
They have to keep hoarding more money to defend against everyone who doesn’t like them for hoarding all that money!
There is operator overloading happening - the +
operator has a different meaning depending on the types involved. Your issue however seems to be with the type coercion, not the operator overloading.
It should not happen no matter why it does happen under the hood.
If you don’t want it to happen either use a different language, or ensure you don’t run into this case (e.g. by using Typescript). It’s an unfortunate fact that this does happen, and it will never be removed due to backwards compatibility.
Sure, but then your issue is with type coercion, not operator overloading.
It’s basically fans condensing series & dubbing over them, often rewriting plot lines to be more funny and flanderizing characters. DBZ: Abridged is a legit masterpiece, can’t recommend it enough (though the first few episodes are a bit rough).
It should just randomly pick any “1”. Add a bit of spice, you know
That’s the case in many languages, pretty much in all that don’t have a separate string concatenation operator.
Sorry, but that’s absolutely wrong - the complexity of articles can vary wildly. Many are easily understandable, while many others are not understandable without a lot of prerequisite knowledge in the domain (e.g. mathematics stuff).
If the reader is interested in the content, they aren’t going to skip it.
But they aren’t interested in the content because of the complexity. You may wish that humans work like you describe, but we literally see that they don’t.
What you can do is provide a simplified summary to make people interested, so they’re willing to engage with the more complex language to get deeper knowledge around the topic.
For example, look at all the iPad kids who can’t use a computer for shit. Kids who grew up with computers HAD to learn the more complex interface of computers to be able to do the cool things they wanted to do on the computer.
You’re underestimating how many people before the iPad generation also can’t use computers because they never developed an interest to engage with the complexity.
[…] then how are those readers going to improve their poor reading skills?
By becoming interested in improving their poor reading skills. You won’t make people become interested in that by having everything available only in complex language, it’s just going to make them skip over your content. Otherwise there shouldn’t be people with poor reading skills, since complex language is already everywhere in life.
I don’t know, plastic feels fairly unnatural
That’s why I always joke about quantum mechanics 😎
The APIs are part of the Linux Kernel, so you’d be forcing the Kernel to completely change their development policy of internal breakages being allowed. That’s a no-go.