Random whining about .net 3.5....

This IL2CPP thing can’t get finished fast enough…

I want C# 6.0 damnit…

Null Propagation Operator… I want you …

?.

Just saying…

Had to go look that one up. Nice. My only fear with the ‘?’ syntax is that it may cause a programmer to forget about the possibility that some data is null and not handle it elsewhere in the code where the null operator isn’t appropriate. Pretty cool though.