jvalue / jayvee

Jayvee is a domain-specific language and runtime for automated processing of data pipelines
https://jvalue.github.io/jayvee/
150 stars 15 forks source link

Use camel case for value type (valueType) internally #539

Closed georg-schwarz closed 7 months ago

georg-schwarz commented 7 months ago

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 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.

georg-schwarz commented 7 months ago

Should we update RFCs 7, 8, 11, 15, 16?

Probably not. Reverted the changes on them.