Qbox-project / qbx_core

http://qbox-project.github.io
Other
45 stars 109 forks source link

feat: accessor functions in lieu of exposing tables #475

Closed mafewtm closed 1 month ago

mafewtm commented 1 month ago

Description

Switches to the use of accessor functions instead of directly exposing the tables which has shown to be less performant and is generally just a bad habit. Added verbose messages which will be escalated to warnings at a later date

Checklist