Open MohamedSabthar opened 1 month ago
I would like to work on this issue can you share some more details?
👋 Welcome, @ritikk112! 🚀
We're thrilled to have you join the Ballerina Hacktoberfest community! The issue has been assigned to you, and we’re excited to see your contributions.
To help you get started, here are a few essential resources:
No contribution is too small, and your feedback is always welcome! Don’t hesitate to ask questions, propose new ideas, or report issues.
Happy coding and welcome aboard! 🎉
@MohamedSabthar I've created a PR to fix this here: https://github.com/ballerina-platform/module-ballerina-oauth2/pull/1324 Can you do a quick review on this and lmk if I need to update something in that.
@MohamedSabthar I've created a PR to fix this here: ballerina-platform/module-ballerina-oauth2#1324 Can you do a quick review on this and lmk if I need to update something in that.
Hi @ritikk112,
Could you please use the following resources to refactor the Ballerina codebase:
The current Java codebase already follows the best practices, so it does not require significant changes. The only adjustments needed are to remove nested if
blocks. Changes such as replacing null checks with Java optional types or modifying other code blocks are not necessary.
I've already added the Java optional types to remove the null checks throughout the codebase and fixed various nested if-else blocks in the recent commit for this repository ,can you do a quick review on it? and if there are some further changes necessary to this repo or any other please let me know.
Description: Refactor the OAuth2 module codebase with best practices.
Describe your problem(s)
Describe your solution(s)
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):