Hacker News new | ask | show | jobs
by PaulDavisThe1st 955 days ago
in loops, the lack of knowing can be considered a positive though:

   for (auto const & thing : container_of_things) {
         thing->method ();
   }
in this context (and this context alone) i love not knowing or having to explicit denote the type of "thing".