Hey Team,
I want to open a discussion about the codestyle for the framework and for Aurora project itself.
I have noticed some inconsistency on some points, such as:
- Tab indentation
- Variable names for public API and private.
- And some other codestyle sections you feel uncomfortable with.
My opinion in Tab indentation:
I like the idea of use tabs for indentation and spaces for alignment. For each file extension, we need to define a file on infrastructure repo with the "standard" way of indentation.
Public API and private variables:
This is a thing very inconsistent on Aurora. For private variables, sometimes we use underscore (_), m_ , or even the same as public API.
Let me know your thoughts and make suggestions about this topic.
Cheers,
Luís