You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is only 75% code coverage on the arithmetic section. Where I come from that is an absolute failure, and shows whoever writing the code has no clue what their doing. The biggest error is the divide by 0 case is never tested. How are we supposed to know if we can properly divide by zero???? If it's not tested, than it must be allowed, right???
The text was updated successfully, but these errors were encountered:
There is only 75% code coverage on the arithmetic section. Where I come from that is an absolute failure, and shows whoever writing the code has no clue what their doing. The biggest error is the divide by 0 case is never tested. How are we supposed to know if we can properly divide by zero???? If it's not tested, than it must be allowed, right???
The text was updated successfully, but these errors were encountered: