- Joined
- Dec 28, 2021
wow , so you are telling me i can flood stdout with tons of debugging info rather than just have an exception tell me exactly where the problem is?Silly chud, all you need to do is use the trace function
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
wow , so you are telling me i can flood stdout with tons of debugging info rather than just have an exception tell me exactly where the problem is?Silly chud, all you need to do is use the trace function
errors are problematic, CHVDwow , so you are telling me i can flood stdout with tons of debugging info rather than just have an exception tell me exactly where the problem is?
Uh actually this is based and trad because C would just compile and confidently spew bullshit tooerrors are problematic, CHVD
Jobs has been dead over a decade now. That literal faggot Tim Cook has been in charge ever since, which probably explains why the new language is pronounced like "pickle".Fuck you Steven Jobs
C# has three types of "const" like thingthe problem with const is nobody ever uses it, especially the people who need to use it the most (pajeets)
I dislike it too, it feels strange having the ? before the end of the var name, just seems clunky to me"value?.member
The above expression evaluates to value.member if value is non-null, and to null otherwise."
reading this makes me feel retarded. why does this exist? the behavior they describe is just the default that i would expect from regular value.member expression, what purpose does this special ?. syntax serve?
nevermind i am tired and retarded. i thought it checks if member is null, not if value is null.
basically this shit is syntactic sugar for
makes more sense now, but i still dislike itCode:if (value != null) { return value.member } else return null;
fun fact about that, the graphite shavings from the pencils clogged the fuck out of the air filtration systemYou now that story about how during the space race the US space program spent a million dollars to develop a pen you could use in space, while the Soviets just used pencils? This is what I feel Apple has done in trying to manage their in-house configuration files.
If you were truly loyal to the revolution, comrade, you would hold your breath. Air filters are capitalist decadence.fun fact about that, the graphite shavings from the pencils clogged the fuck out of the air filtration system