Beedraz / recovered-from-google-code

Automatically exported from code.google.com/p/beedraz
0 stars 0 forks source link

Change code in expressions beeds that use arguments to using paths to arguments. #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Expression beeds should use paths to operand beeds instead of the operand beeds 
themselves 
directly. This is done for unary and binary expressions beeds, and some more, 
but not for all. 
Notable, the beeds that use "addOperand" and "removeOperand" (associative laws) 
still need to be 
changed.

Original issue reported on code.google.com by jandockx on 26 Apr 2007 at 10:39

GoogleCodeExporter commented 8 years ago

Original comment by jandockx on 26 Apr 2007 at 10:40

GoogleCodeExporter commented 8 years ago
Consider revising the names. If a general name is necessary, use "operand", 
like everywhere else. If possible, use 
specific names, like "term" or "factor".

Original comment by jandockx on 26 Apr 2007 at 10:42

GoogleCodeExporter commented 8 years ago

Original comment by jandockx on 26 Apr 2007 at 10:51

GoogleCodeExporter commented 8 years ago

Original comment by jandockx on 26 Apr 2007 at 11:04

GoogleCodeExporter commented 8 years ago

Original comment by jandockx on 3 Jul 2007 at 7:44