Is it better to write the const keyword before or after the data type. Although the style (west const):
is more pleasing to my eyes, the other way arround (writing const after the type, aka. east const) is more consistent:
This way, everything left of const is meant to be const. Example: