Clean Code Tip: Not all comments are bad
Many developers say that
All comments are bad! ๐ข
False! Most of the comments are bad!
Examples of bad comments
For example, look at this method, and look at the comments:
/// <summary> Checks if the password is valid </summary>
/// <param name="pa...
code4it.hashnode.dev2 min read