Open Issues Need Help
View All on GitHub Game Development • API Development
Extract minimum HP constant for better maintainability about 1 month ago
AI Summary: Refactor the Go code in the `rpg-api` project to replace the hardcoded minimum HP value (1) with a named constant `minHP`. This improves code readability, maintainability, and makes the business rule more explicit.
Complexity:
1/5
enhancement good first issue