Hacker News new | ask | show | jobs
by pasas 3845 days ago
Sometimes, but PassengerVec at least gives you a lot more indication (including whether it's a pointer or reference as they have to be declared along with it) than:

auto passengers = getPassengers();

1 comments

Woah, that line immediately reminds me of JavaScript at work, and one of the reasons why I don't like it.