No, they don't. They propose giving him shares. Which will worth even more in a year (or five) , but it doesn't matter because very few of them will be sold, so their monetary value is irrelevant.
๐ Exciting times for Windows app developers! The Microsoft Store is now used by over 250 million monthly active users, offering seamless integration, automatic updates, and new opportunities for discovery and user acquisition. #MicrosoftStore#MSBuild
Explore whatโs new at https://t.co/AdRKfWKtDc
Use return value that is VALID, not what's "easy to consume". If an empty array is a valid response in your domain, use that. If you always expect to have one or more values in the collection, return null. Null checks can be enforced via the type system, emptyness checks can not.
I always prefer empty collections over null in C#.
You will typically iterate over a collection in a loop.
With null, the calling code must handle the null case and check for null before accessing any collection elements.
We're introducing more responsibility to the caller.
Why not make it easier?
I do this instead (pick one):
- C# 12 collection expressions โ []
- Enumerable.Empty
- Array.Empty
- a new List()
Makes life easier for everyone.
P.S. Here are 8 more Clean Code tips: https://t.co/772a9OTjMy
Don't care about range but I want charging stations to be as abundant as gas stations. Range is not the problem. Lack of charger in many regions (even in the US) is.
I wish people would stop over-sensationalizing this $56 billion estimated value. It's completely useless and irrelevant. It's not about money, it's about ownership and voting power in his own company.
NEWS: Tesla and Elon Musk today officially filed their appeal with Delawareโs Supreme Court after a state judge rejected his $56 billion compensation package for the second time. https://t.co/rr6GcQBx8r
While it's an interesting publicity stunt, what I'd love to see is existing gas stations adding EV chargers to a few of their parking spots.
Since traditional gas stations are literally everywhere, this would virtually eliminate the "EV range anxiety".
Today is a bit of a special day, as we can finally announce something I've been planning for and working on for almost two years now: UWP support for .NET 9 and Native AOT! Bringing all Windows UI frameworks to parity on modern .NET at last. Try it out! ๐
https://t.co/cE2sekuaFK
@elonmusk EV "range anxiety" is caused by the immature charging infrastructure, not the car's driving range. There are plenty of gas cars with 300 miles of range, but they aren't worried about running out of gas because they have a mature "charging network" on every other corner.
@elonmusk Just partner with existing gas stations to install superchargers. They're already strategically well positioned for traffic, they have the land and likely the electric infrastructure necessary. Widespread coverage is more important than big, centralized charging stations.