I would like to remove all unimplemented operators. They do nothing but slow down operator parsing. The slowdown is less now that the first digit is part of the operator parsing.
We could update the readme with the the last git link with the unimplemented operators then delete them, their tests and stub implementations.
Or
We could create an opNotReadyForUsageYet helper that creates the Operator but does not add it to the operatorList.
Or
?
Thoughts?
I would like to remove all unimplemented operators. They do nothing but slow down operator parsing. The slowdown is less now that the first digit is part of the operator parsing.
We could update the readme with the the last git link with the unimplemented operators then delete them, their tests and stub implementations.
Or
We could create an opNotReadyForUsageYet helper that creates the Operator but does not add it to the operatorList.
Or
?
Thoughts?