Skip to main content


The trend in #csharp seems to isolate as much inside a function (thanks #fsharp).

I think it would make sense for #csharp to adopt global functions as a first-class citizen.

It definitely would reduce ceremony for folks using something like the Mediator pattern.

#dotnet
in reply to Khalid ⚡️

My opinion is that we might get first-class support for global functions as C# is heading in that direction with top-level code, for example.