eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

Refactor appendCondition method for improved readability and null han… #394

Closed joaomarcosjmos closed 1 year ago

joaomarcosjmos commented 1 year ago

The appendCondition method has been updated to improve its readability and adherence to Clean Code principles. These modifications enhance code clarity and maintain the original functionality of the method. The updated code follows best practices and improves the overall maintainability of the codebase.

genie-jnosql commented 1 year ago

Can one of the admins verify this patch?

joaomarcosjmos commented 1 year ago

Hello, I have the necessary credentials

otaviojava commented 1 year ago

@joaomarcosjmos That is great! Thank you, did you check the AbstractMapperQuery in the document and graph module?

Please, let me know if you want to do this modification at this PR.

Again, thank you for the contribuition.

joaomarcosjmos commented 1 year ago

Okay @otaviojava, I can make this change in more of these two.

I will commit if possible.

joaomarcosjmos commented 1 year ago

@otaviojava, modifications done! Thanks!

dearrudam commented 1 year ago

Congrats @joaomarcosjmos and thank you for the contribution!!!