[CleanCode] Meaningful Names [Part 1]
In this series of posts , I would try to share with you some of my highlights on Clean Code Chapters. Names are everywhere in software. We name our variables, our functions, our arguments, classes, and packages.Because we do so much of it, we’d better do it well. What…