This PR introduces consistent naming of classes and variables; only in code.
Does not fix all occurrences in the docs. We should update the docs consistently, e.g., using block types instead of BlockTypes as well. Otherwise, the docs make an inconsistent impression. I touched the docs at a few places but left out the very obvious ones where a deviating naming scheme jumps to the eye immediately.
I suggest refactoring the docs before making the code used for blockType, etc, consistent.
First steps towards #454.
This PR introduces consistent naming of classes and variables; only in code.
Does not fix all occurrences in the docs. We should update the docs consistently, e.g., using
block types
instead ofBlockTypes
as well. Otherwise, the docs make an inconsistent impression. I touched the docs at a few places but left out the very obvious ones where a deviating naming scheme jumps to the eye immediately.I suggest refactoring the docs before making the code used for
blockType
, etc, consistent.