1 Followers
1 Following
4 Posts
Polyglot Coding Architect in London, founder of #ldnug, speaker, tabletop gamer, geek. Tattooed, pierced, and bearded. The 'guv' on @BrighterCommand

Hey guys, I've set up a Patreon for those who are interested in helping with the cost of hosting this instance.

I've now had to upgrade servers twice and I'm starting to have to pay more per month to host this than I am comfortable with.

In no way am I trying to beg for money or turn a profit off of this instance, but if you are interested in helping, pitch in. It doesn't matter how much. Anything helps.

https://patreon.com/user?u=5605972

@adamralph I'm not suggesting it does, almost the opposite. I'm reacting to the criticism of no first class functions in java/c#

A question is: is it a problem that C# uses a static method for this?

If I have a static class, with static methods, is that enough, or would I prefer to have functions declared stand-alone within a namespace?

In other words does public static class equal module with static methods 'exports'.
The problem for me is that then opens the rabbithole of do I want to delcare variables with a module level scope along with these? Now C# can do that with a static field within the same static class.

@k_cieslak Got a link, not seen that one