forked from Verssae/Invaders
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
♻️refactorChange how code works internally. It's different from cleanup.Change how code works internally. It's different from cleanup.
Description
Description
OneDeclarationPerLine - rule means that you write the declaration of each variable or constant one per line - makes your code more readable and understandable, and has the advantage of making it easier to index and find code quickly because each declaration is clearly separated.
Metadata
Metadata
Assignees
Labels
♻️refactorChange how code works internally. It's different from cleanup.Change how code works internally. It's different from cleanup.