Hacker News new | ask | show | jobs
by kartayyar 2054 days ago
The problem with this codebase is it's not modern C++.

Modern C++ and it's use of std::unique_ptr / std::move is so much nicer vs. manual memory allocation.