Wednesday, June 24, 2015

F# Naming Conventions

One of the questions that I want to answer about namespaces and modules is this:
  • What are the proper naming conventions for F#?
I found a pretty authoritative-sounding answer here and here. To summarize:
  • PascalCase for most everything.
  • camelCase or PascalCase for let values and parameters.
That's simple enough!

No comments:

Post a Comment