Drop entityname from database functions
Closed this issue · 0 comments
olaven commented
Description
To make the database code less verbose and more readable, I propose dropping the entity name from the function names.
//Changing this:
database.questions.getQuestion(..)
//To this:
database.questions.get(..)