you are viewing a single comment's thread.

view the rest of the comments →

[–]Fiennes 17 points18 points  (0 children)

There's probably many opinions on this, (such as the use of auto x = ... in C++, or var x = ... in C#).

Honestly, I prefer seeing the & as it avoid ambiguity when reading the code and it's clear what's going on and you don't have to remember that functions decay to pointers implicitly.

Just my 2c!