The webinar about refactoring C++ code is planned for August. Arne Mertz, the author of popular Simplify C++ blog, will talk about general strategies and effective refactoring process.
Register now to reserve a seat!
The preliminary plan for this webinar:
- Finding and extracting domain concepts
- Naming some code smells and getting rid of them
- General refactoring strategies, e.g. duplicate & reduce, parallel change
- And all of it using and explaining CLion’s refactoring capabilities
You can also clone a demo project from GitHub. If you plan to follow the webinar in CLion, go to VCS | Checkout from Version Control | GitHub and use this link:
https://github.com/arnemertz/commandline-videostore-cpp.git
See you!