Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Javadoc Comments for Better Clarity and Accessibility #46

Closed
wants to merge 2 commits into from

Conversation

Harshmhajn
Copy link

This pull request enhances the Javadoc comments throughout the LibraryMan project to improve clarity and make the documentation more beginner-friendly. These changes aim to help new contributors better understand the codebase and facilitate their contributions.

Key Changes:

Reviewed and simplified existing Javadoc comments across all classes and methods.
Reduced technical jargon and provided clear, straightforward explanations.
Added examples where necessary to demonstrate usage of methods and classes.
Ensured consistency in formatting and language across the documentation.
Followed best practices for writing Javadoc comments, including:
Brief descriptions of the purpose of classes and methods.
Clear explanations of all parameters and return values.
Highlighting any exceptions thrown by methods.
Utilizing relevant tags (e.g., @param, @return, @throws).
Tasks Completed:

Review existing Javadoc comments
Simplify explanations and reduce jargon
Add examples where applicable
Ensure consistent formatting
Follow best practices for Javadoc comments
Additional Notes: I believe these improvements will make the LibraryMan project more accessible to new contributors. Please feel free to ask any questions or request clarifications if needed. Thank you for considering this pull request!

*/
public MemberService(MemberRepository memberRepository, NotificationService notificationService) {
this.memberRepository = memberRepository;
this.notificationService = notificationService;
}

/**
* Retrieves all members from the database.
* Retrieves all members from the system.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Retrieves all members from the database.

@ajaynegi45 ajaynegi45 closed this Oct 2, 2024
Copy link
Owner

@ajaynegi45 ajaynegi45 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Harshmhajn,

Thank you for your prompt work on this issue. I appreciate your involvement in the project.

However, after reviewing your contributions, I noticed that many of the changes mainly focus on rewriting existing English content. I encourage you to focus on making meaningful contributions that add genuine value to the project. It's important to prioritize quality over quantity and avoid making changes that could be seen as spamming the repository.

I appreciate your efforts, and I look forward to seeing more impactful contributions from you in the future! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants