Idea for naming modules and functions

It just looks the opposite to me.

nouns for module, verbs for action.

Board.draw(), System.deploy(), Result.format()

To me, a function is more an action than a thing :slight_smile: but who knows…

BTW How do You express clearing a board? Clear.board()? It seems wrong as soon as You have more than one function per module.

8 Likes