Don't comment it! Refactor it!
29 Jan 2022Do you think Clean Code should be very well documented? Do you think code comments should help the reader to understand what the code is doing? Or do you rather prefer DRY principle with respect to code comments?
Here is another video for you …
The "CleanCode" series
- This is how you should start with Clean Code ...
- Don't comment it! Refactor it!
- Assumptions aren't that bad in source code if ...