At least I attempted to looked it up, rather than everyone else who assumed it just can’t happen at all while also knowing nothing about it.
At least I attempted to looked it up, rather than everyone else who assumed it just can’t happen at all while also knowing nothing about it.
No, what I’m saying is that a quick Google suggests you can get jail time for this in Colombia even if Apple is the one suing. Obviously I’m not an expert, but my point is that Apple’s threat of possible jail time is not completely unfounded, you can’t assume it just works like the US legal system.
I think you might be making too many assumptions about the Colombian legal system.
Generally speaking the use case is writing tests. If your tests just call all the dependencies and new
directly then it’s harder to write tests for your specific component while avoiding setting up a whole bunch of stuff (to make all those other classes work). By requiring all the dependencies to be provided to the class, you can swap them out at test time for something else that’s easier to work with.
That said, IMO it’s a symptom of problems in language design. Using DI is only necessary because languages like C# don’t make it easy to mock out new
or classes used directly, so we resort to wrapping everything in interfaces and factories to avoid those features and replace them with ones that are easier to mock. If the language was designed such that those features were easy to replace during testing then DI probably wouldn’t be a thing.
What’s the point of downloading a game if not to experience it?
“Nobody deserves to get paid for creating the games I enjoy”.
I totally agree with you that a typical CEO would not put up with this at all, but then I don’t think this is a very typical situation :D I would assume she knew what she was getting into. He named himself CTO so it’s not like he’s no longer involved in the company, and the CEO can’t really ‘overrule’ him on any product decisions or anything else since he’s technically also her boss.
Now, if he’s smart he will hopefully at least take her opinions/guidance into consideration, but 🤷
He still owns the company so it doesn’t matter who the CEO is, he is their boss. If he wants to continue making big business decisions then he still can, and if the CEO doesn’t agree he can either fire them or just go over their head.
Are we sure on that? I’ve seen conflicting reports on whether they actually started paying or not (Ex. Engadget article from a week ago says they are). It’s not public information so it’s hard to verify.
Does Twitter Blue show ads? I guess I assumed if you’re paying you don’t have to see those, but that would make too much sense 🤦♂️
I disagree that it’s so simple, 10 is different because for a long time it was unclear 11 was ever going to happen, the biyearly releases were the new versions. For most of the other Windows versions they didn’t stop receiving security update until well after the next version or two were out. 11 will have only been out for 4 years when support for 10 theoretically stops.