Java - Rules "Optimize Database Queries" - #221
Conversation
|
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Hi @tazemar,
thank you for you PR. I'm OK with it but several points aren't OK : please check DoD list here https://github.com/green-code-initiative/ecoCode-common/blob/main/doc/starter-pack.md#definition-of-done-of-a-pr
Also, add a new line for this new rule in RULES.md file, please.
Then, please, mention these points here to check them.
And, yes, I agree with you, if you can create an new issue associated with this PR ... please create an issue with "new rule suggestion" template when you click on "new issue".
Co-authored-by: David DE CARVALHO <dedece35@gmail.com> Co-authored-by: Maxime Malgorn <9255967+utarwyn@users.noreply.github.com> Co-authored-by: utarwyn <maxime.malgorn@laposte.net> Co-authored-by: jycr <jycr@users.noreply.github.com>
| @@ -0,0 +1,11 @@ | |||
| { | |||
| "title": "Optimize Database Queries", | |||
There was a problem hiding this comment.
Hi, for me title is quite wrong, like class names above, because you deal with database queries only for relational databases (and not NOSql databases for example). Thus, could you add "SQL" word in title, class names, descriptions, documentation, etc ... please
also, there are some lacks if you check DoD list https://github.com/green-code-initiative/ecoCode-common/blob/main/doc/starter-pack.md#definition-of-done-of-a-pr - example :
- update RULES.md
- update CHANGELOG.md
- add test in real test repository
- ...
|
This PR has been automatically marked as stale because it has no activity for 60 days. |
|
Hi @tazemar, |









Rule ID : Should I open an issue?
Rule description : https://github.com/cnumr/best-practices/blob/main/chapters/BP_075_en.md