Skip to content

Instantly share code, notes, and snippets.

@chamook
Created January 19, 2016 21:39
Show Gist options
  • Select an option

  • Save chamook/cb920a680c346a806b9f to your computer and use it in GitHub Desktop.

Select an option

Save chamook/cb920a680c346a806b9f to your computer and use it in GitHub Desktop.
Static classes are just figments of your imagination
[<Sealed>]
type StaticishClass private () =
static member DoThing a = a + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment