refactoring
Articles with tag refactoring:
- 6 More Ways to Refactor new/delete into unique ptr
- 6 Ways to Refactor new/delete into unique ptr
- One Trick with Private Names and Function Templates
- Replacing unique_ptr with C++17's std::variant a Practical Experiment
- 6 Efficient Things You Can Do to Refactor a C++ Project
- Spaceship Generator for May the 4th in C++ - Results!
- Refactoring with C++17 std::optional
- Factory With Self-Registering Types
- The Pimpl Pattern - what you should know
- How not_null can improve your code?
- Learning from bugs and PVS-Studio Team
- Modernize: Sink Functions
- Variadic Templates and a Factory Function