Code comments have always been a topic of debate among developers.
While comments can provide critical context and aid in understanding complex logic, some argue that comments can become outdated and introduce confusion.
Many teams prefer a middle path, using comments sparingly to clarify non-obvious aspects of the code.
The ultimate goal is to write code that is understandable and maintainable, regardless of the level of commenting.