Comments in code are quite often a code smell. Let’s see what is suboptimal about comments and talk about some strategies to avoid them.
Comments in code are quite often a code smell. Let’s see what is suboptimal about comments and talk about some strategies to avoid them.
Comments are also useful when something appears to be wrong but there’s a good reason why it’s like that
// Don’t remove this comment! Production will break if removed