i agree with your point, but its worth considering that it may become mandatory or practically mandatory in the future. not to slipperlyslope here, but think about how hard it is becoming to be a member of society without a mobile phone, credit card, google account, etc. sure its possible, but it creates a massive incentive to just sacrifice your principles for convinience, when everyone else doesnt see the big deal
lseif
joined 1 year ago
every vocal right winger i hear hates this idea
conspiracy theories are just real life spoilers
at least theres an error code?
yeah but memory safety tho
stealing
not if u use pym particles
unless u use the speed force
sometimes you need an unused variable. some uses in rust:
// destructuring
let (width, _height) = get_dimensions();
// trait implementations (i couldnt think of a better example for this)
impl Into for AlwaysZero {
fn into(_value: Self) -> {
return 0;
}
}
// some types (eg. Result) must be 'used'
// assigned to a variable if we dont care about the return value
let _ = returns_result("foo");
the apostrophe may make it a bit clearer... even if technically incorrect usage
if languageName.contains("Java")
no. i suppose you are correct. from what i see they may think he is incompetent, but not evil like bill microsoft gates