You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MoonPadUSer edited this page Jul 14, 2020
·
1 revision
First letter of a sentence is ALWAYS uppercase, we want to move away from this everything-is-lowercase style
Add tooltips whenever possible/needed
Try to use console input/output as few as possible, preferred are messages/inputs inside the GUI
User-facing variables (variables, the user can interact with) will be all lowercase and without any kind of spacers, e.g. showmappreviews,
while non-user-facing variables will use snake_case, e.g. map_preview_tex