This is how you should start with Clean Code ...
22 Jan 2022As a software craftsman Clean Code is one of my key interests so I started a YouTube channel to provide practical coding tutorials on how to apply Clean Code principles.
In my first video I demonstrate that Clean Code does not only start when you write a new component or add a new feature to some existing code base. Instead you can start applying Clean Code principles and especially the Boy Scout Rule already while reading code.
More to come! Stay tuned!
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 ...