msintangible/devopsprojectms
Vedi su GitHubAs a developer, I want the calculator to handle invalid input and edge cases so that it behaves safely and predictably.
Open
#26 aperta il 28 dic 2025
enhancementgood first issuehelp wanted
Metriche repository
- Star
- (0 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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