http://www.perlmonks.org?node_id=731575


in reply to Re^4: Use of wantarray Considered Harmful
in thread Use of wantarray Considered Harmful

I'm not saying that context sensitivity is bad. I'm saying that switching contexts should be lossless. Lossy context switches lead to hard-to-debug issues.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^5: Use of wantarray Considered Harmful