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
Be descriptive with your variable names, always write the full name no aberrations
ex: ign_s_btn -> ignitor_start_button
Classes
Commenting
Generally your variable names should be named verbosely enough and your logic should be easy enough to follow that you should never have to a comment.
However comments in the class definition are very useful.