|
|
|
|
|
by S_A_P
5643 days ago
|
|
I actually was just wishing c# had as terse of a null check syntax as ObjC. I love the fact that I can type if(!object) [[Do something]about it]
vsif(object == null) DoSomething.Aboutit
I know its a small thing, but my typenames are usually lengthy so in practice C# statements can get character heavy. |
|