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
Consistent amount of empty lines in between. Sometimes there are too many, sometimes there are too little. Pay attention to what your eye says feels good when you look at the code.
Consistent amount of spaces. Sometimes it is if(..), sometimes it is if ().
There are typos like RestControllRegister which would like to be named ResetControllRegister or ControllUnit which would like to be named ControlUnit
Some variable names are too short like ControllUnit cu
Classes are written in CamelCase, but variable names with underscores _. There should be a consistent style.
if(..), sometimes it isif ().RestControllRegisterwhich would like to be namedResetControllRegisterorControllUnitwhich would like to be namedControlUnitControllUnit cu_. There should be a consistent style.