http://qs321.pair.com?node_id=181821


in reply to Re: Re: Logical expression style
in thread Logical expression style

No, a grocery list, TODO list, and expense/income list are all instictivly written in a column. We still do that when making a spreadsheet.

I think it's our bias to put the +/- before the item; it works just as well after:

17.00 Credit 20.89 Debit ...
But the common thing is that the operator and its operand are on the same line. In the infix notation used by Perl and most common languages, that means putting it on the left. In RPN-style calculators, it means putting it on the right.