Search posts, tags, users, and pages
Maxi Contieri
Software Engineer
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...
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.
Nice ! I'll add it!
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.