Actions
Bug #4067
closedQuestions on ADD and MINUS
Start date:
04/04/2013
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
0.2
Description
- The addition operation is named
ADD
, while subtraction operation is declared asMINUS
(notSUB
as it is expected). - Are there unary operations
PLUS
andMINUS
?
My suggestion is to name binary/unary operations as (ADD
and SUB
)/(PLUS
and MINUS
).
Actions