In-built conventions in Fubumvc

Fubumvc not only allows you to define your own conventions, i.e. the ways in which your code gets wired up into your web app, it comes with its own set of conventions. Before you start re-inventing some wheels, check out what the framework has up its sleeve.

When you like checking out the source code, the bootstrapping of in-built conventions is found in the FubuRegistry.

Without further ado, let us list it:

There are a couple of other conventions in a number of areas, however, I haven’t followed the underlying code enough to be able to write down a summary. Even so, I hope that knowledge about the conventions above helps you in writing less code.