Category Archives: CSharp

A galaxy var, var away


My current project has me writing C# scripts in Unity. Cool. I haven’t written C# for more than a decade. Today I was reviewing code, and noticed this line: foreach (var child in Children) Nothing too exciting. Readable. Easy to … Continue reading

Posted in CSharp, Game Programming | Leave a comment