Does naming your variable matter?
I knew that naming your variable mattered. After all, I have been hearing this advice for a very long and it does make sense. why would someone not want to keep a variable name meaningful right? but I did not give it very serious thought. Until my ex...
blog.reactplay.io3 min read
Amit Mehta
Javascript Developer who Loves to Code!
You nailed it! Variable naming is SUPER important in not just managing large applications but also making the code readable to others (and yourself if you came back to the project after awhile!)