hrszpuk / rvm

A simplistic bytecode virtual machine.
MIT License
4 stars 0 forks source link

Refactor codebase to use a consistent coding convention #59

Closed hrszpuk closed 3 months ago

hrszpuk commented 4 months ago

The old convention was pretty much to use UpperCamelCase for basically everything other than variables/constants. I updated it in the CONTRIBUTING.md to specify what it should be (which is what I've been using since) but the old code hasn't been updated yet.