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 创建于 2025年12月28日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)Java (0 fork)auto 404
enhancementgood first issuehelp wanted

仓库指标

Star
 (0 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南