What is the advised naming scheme for canisters?

What is the advised naming scheme for canisters? I’m asking what of the following is the best?

  • BootstrapperData
  • bootstrapperData
  • bootstrapper_data
1 Like

LLMs do better with bootstrapper_data. Despite historic trends I’m moving to naming everything with this snakecase as I don’t expect humans will be reading or writing code within a couple of years.

1 Like

In the case there are still humans reading/writing code, the value of making this code as readable as possible will be certain

This is true…if the ais start programming amongst themselves is symbols were cooked. :joy:

Fortunately, snake case is also really readable.