Open sebastiandeutsch opened 6 years ago
There are definitely some consistency problems throughout. Thanks for pointing it out. If you see others please add them to this ticket.
Sure. But what's the preferred style? CamelCase? snake_case? Go_Style?
I think: CamelCase for property names, snake_case.ext for file names, which is what I've done mostly, with some exceptions throughout... @lucksus?
It’s not very consistent when CamelCase or SnakeCase (or somewhat both) is applied:
and
You should write some rules what is your desired style. It will haunt you if you don't do this :-)