Starlight-30036225 / ChessTCP

FILLMELATER
0 stars 0 forks source link

Consistent naming #35

Open Starlight-30036225 opened 5 months ago

Starlight-30036225 commented 5 months ago

All variables, classes and functions should now be named consistently.

Constants should be completely in capitals, with underscores for spacing

Variables and functions should start with used mixed lettering, with the first word being lower case but all proceeding being upper

Classes and interfaces should be mixed lettering, with all words starting with an upper case

functions and variables that are public or protected will be labelled, private ones will not as this is the default.