Open Issues Need Help
View All on GitHub Implement Monkey Console Application about 2 hours ago
AI Summary: This GitHub issue outlines the development of a C# .NET 9 console application designed to interactively manage and display monkey species data. The application will feature capabilities to list all monkeys, retrieve detailed information for a specific monkey by name, and select a random monkey. Implementation details suggest using a `Monkey` model, a `MonkeyHelper` static class for data operations, and a clear separation of concerns, with the potential use of the repository pattern.
Complexity:
2/5
enhancement good first issue