cog icon indicating copy to clipboard operation
cog copied to clipboard

Identifiers formatting wip

Open K-Phoen opened this issue 1 month ago • 1 comments

It's really easy to have inconsistent formatting for identifiers (type names, variables, classes, fields, ...)

This processing is split across various places: different jennies and templates mainly.

What about applying language-specific formatting conventions on the intermediate representations instead? It would guarantee a consistent output, and unclutter jennies+templates.

This PR experiments with this idea.

K-Phoen avatar May 15 '24 14:05 K-Phoen