On top of that they’re still paying using their time (and power).
On top of that they’re still paying using their time (and power).
Are you sure they’re not just under inactive tabs?
What are you, a fish?
You’re so cool and I inspire to be like you.
Not to mention a lot of massive companies also use it at every part of the stack, Rust is good at it all and it is beautifully and perfectly suited for tasks like these.
Exactly! The other wrapper enum I named (Option) is the same kind of concept but with Some(value)
and None
.
Here’s some examples written on my phone:
match result {
Ok(bool_name) => whatever,
Err(error_type) => whatever,
}
if let Ok(bool_name) = result {
whatever
}
if result.is_ok() {
whatever
}
let whatever = result.unwrap_or_default();
let whatever = result?;
And there’s many other awesome ways to use a Result including turning it into an Option or unwrapping it unsafely. I recommend you just search “Rust book” on your search engine and browse it. Here’s the docs to the Result enum.
It’s a great and probably the best error system I’ve seen, instead of just throwing errors and having bulky try catch statements and such there’s just a result type.
Say you have a function that returns a boolean in which something could error, the function would return a Result<bool, Error> and that’s it. Calling the function you can choose to do anything you want with that possible Error, including ignoring it or logging or anything you could want.
It’s extremely simple.
You don’t with Rust either.
And now you’ve gone off the rails, I am nowhere near any of that and I’m not even American lol.
Every other organization is also a criminal organization, no one cares that they stole a patent and they have always been fair and square with their return times.
Stop dedicating your life to hating on Valve and looking at only negative stuff especially when it DOES NOT matter.
All of those things sounds like conspiracy theory talk to me because none of what you said is strange.
There’s no stealing a controller design and there never has been, they offer refunds in their exact terms which everyone knows and the locking games in locations (if true) is 100% controlled by the person who put the games on Steam.
They’re explained and what gets marked as normal means normal for what their goal towards the general public seems to be, you just look like an insane person with what your profile looks like.
For the record: the commenter I am replying to has shown over and over to be very rude and every comment for as far as I can see scrolling down for quite a while is something negative about Valve even when it’s simple facts like what they replied to this time.
I wouldn’t dare say take anything they say super seriously, and we of course do all know that Valve is still just a company.
It’s not obvious when no one sees that it is.
I love Nintendo products so I will!
RED isn’t worth it compared to the other one since everything will trickle down to OPH anyways, RED has a very mean test and will hate you for searching anything at all.
Lemmy IS awesome, that doesn’t mean we can’t want it to be better or criticize it. No one said Lemmy isn’t great.
You can’t tell me what to do!