2 Open Issues Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement encapsulation in the `SalaryDetails` and `LeaveRequest` classes within the C# portion of the Design Principles Learning Project. This involves making the class members private and providing public methods to access and modify them, adhering to good object-oriented programming practices.

Complexity: 2/5
good first issue

AI Summary: The task involves removing all unused `using` statements from the C# project files within the 'Design Principles Learning Project'. This is a code cleanup task to improve code readability and maintainability.

Complexity: 2/5
good first issue