Add solution for Challenge 3 by ForcemCS#1462
Conversation
WalkthroughIntroduces a new Go solution file implementing Employee and Manager types with fundamental management operations: adding employees, removing by ID, calculating average salary, and finding employees by ID. The implementation includes a main function demonstrating basic usage with nil checks for safe pointer dereferencing. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
challenge-3/submissions/ForcemCS/solution-template.go (1)
16-16: Consider using English for comments.The comments are currently in Chinese. For broader accessibility in an open-source repository, English comments would be more inclusive for contributors and reviewers.
Challenge 3 Solution
Submitted by: @ForcemCS
Challenge: Challenge 3
Description
This PR contains my solution for Challenge 3.
Changes
challenge-3/submissions/ForcemCS/solution-template.goTesting
Thank you for reviewing my submission! 🚀