wsierradev / ArcadeFinder

0 stars 1 forks source link

Can use some general refactor --- STEP 3 #8

Open philkazan opened 4 years ago

philkazan commented 4 years ago

Why bother? Readability. Renaming variables and functions will make it easier to understand what is going on when it comes time to refactor logic.

Description The book Clean Code has some good guidelines for how to make these renaming decisions. Specifically, chapter 2. https://www.investigatii.md/uploads/resurse/Clean_Code.pdf

Acceptance Criteria