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 aberto em 28 de dez. de 2025

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)Java (0 forks)auto 404
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (0 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador