-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
3.11.3
-
None
-
Moderate
-
MOODLE_311_STABLE
David Mudrak (mudrd8mz) commented on 5 Feb:
It's been found an anti-pattern to put table names into constants. There is no added value to use them over using the literal table name. It only makes the code harder to follow, it makes it harder to write SQL queries etc.