10:54am PDT - July 28th, 2021

So... the entire "?" syntax in C# was added to save face instead of admitting that the event handler interface is super lame and can be null? if (Handler != null) Handler(this, args); // becomes Handler ?= Invoke(this, args); Each line of code should do exactly one thing.

0 retweets   0 likes  - tekHedd (@tekhedd)