Clean Code - Part-2: Comments
Our first priority should be that we shouldn't need to write comments in our code. The code should be clean enough (i.e. naming conventions, formatting, functions, etc) that it should self explain when looked at. But there are some cases where we mig...
blog.saurabhmahajan.com3 min read