msintangible/devopsprojectms

As a developer, I want the calculator to handle invalid input and edge cases so that it behaves safely and predictably.

Open

#26 geöffnet am 28. Dez. 2025

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (0 Forks)auto 404
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (0 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Add validation and error handling for invalid inputs and edge cases such as division by zero to prevent runtime errors and incorrect results.

DoD:

Invalid inputs are handled gracefully

Division by zero is prevented and handled correctly

No application crashes occur due to invalid input

Behaviour is manually verified

Contributor Guide