Hacker News new | ask | show | jobs
by snakey 1387 days ago
Great explanation, as someone who is new to C++ and actively learning, these perspectives are invaluable.

I have been using some shared pointers in a personal project because of its ease of use but I aim to review and refactor this code to follow C++ idioms more appropriately. Thank you!