vigrid
— DEVLOG · POST —
2026 · 05 · 13devlogcsharpecs

Shooting yourself in the foot with C#

C# would like to give you a shotgun.

↳ THE NUMBER
One keyword

This is just a formatting test.

namespace Foo;

class Bar
{
    int Test(int a, int b)
    {
        var c = a + b;
        return c / 20;
    }
}

And this is the end of the test.

— END OF POST — vigrid.xyz/devlog/csharp-trick/