msiemens / tinydb

TinyDB is a lightweight document oriented database optimized for your happiness :)
https://tinydb.readthedocs.org
MIT License
6.84k stars 550 forks source link

[Improvement] Refactor too long function #581

Open higa-daniel opened 1 week ago

higa-daniel commented 1 week ago

After Sonar Cloud analysis, it has been detected a chance of code improvement. Basically, it simplifies the Conditional Logic of a function which is a little bit complex. For further information, please, check this out: https://sonarcloud.io/project/issues?cleanCodeAttributeCategories=ADAPTABLE&impactSeverities=HIGH&impactSoftwareQualities=MAINTAINABILITY&issueStatuses=OPEN%2CCONFIRMED&id=higa-daniel_tinydb&open=AZL5Xmrhs81F-WBnY1KF I am opening a PR following the gitflow to be analyzed if it makes sense. Thanks