It certainly does give me more freedom to make the code look and read the way I want it to in my nim source files, does it not? If person x wants snake case in his library, but I only use camel case in my coding convention, I can just write his identifiers as if they were camel case, correct?
And if the code functions the way I would like it to as well, why should I care that the compiler changed something behind the scenes? As a new nim user, is there a use case I need to know about where that is important?
