13 Dec
2017
13 Dec
'17
3:08 p.m.
On 13. des. 2017 15:56, Julian Maurice wrote:
My question is: why the solution to this problem was to forbid calls in list context while we could simply return an explicit undef? It forces us to write 'scalar' in front of a call that should always return a single value, and in my opinion it's a "code smell"
I completely agree with this. Francesco