Code Smell 98 - Speling Mistakes
Spelling and readability are very important for humans and not important for machines.
TL;DR: Take care of your names.
Problems
Readability
Harder to search terms in code.
Solutions
Spellcheck your code.
Use an IDE with spellchecking
Contex...
maximilianocontieri.com1 min read
Davide Bellone
Principal backend developer | Content Creator | Microsoft MVP
Also, spelling mistakes make it more difficult to search for a term in your code, if you search for it using the correct word.