TheLearningDev's Blog

TheLearningDev's Blog

Follow
homeBuild Your Own Python Project
Tag

clean code

#clean-code

More content

Read more stories on Hashnode


Articles with this tag

The Naming Checklist

Bhavani RaviBhavani Ravi
Jul 4, 20213 min read

There are only two hard things in computer science: cache invalidation and naming things. - Phil Karlton 1. Give meaningful names Of course, you will...

The Naming Checklist

3 Steps Improve Code Readability

Bhavani RaviBhavani Ravi
Jul 2, 20212 min read

Do you want to write great code or step up as a developer? Every programmer wants to write perfect code, but due to ever-demanding business needs,...

3 Steps Improve Code Readability