Byte-Sized-Games / logJam

Arcade-style rhythmic puzzle game inspired by Canadian folklore (that one cartoon)
GNU General Public License v3.0
2 stars 1 forks source link

Capitalize getters and setters for x & y values #11

Open mdwmage opened 3 weeks ago

mdwmage commented 3 weeks ago

Saw in commit 142d789 that the getters and setters for x & y position values had been made lowercase. I think they should remain uppercase for a few reasons:

I think there are are a few potential solutions:

The formatting of methods in general can also be discussed here too, just so that we can clear up how we write their names overall.