-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: QueryTester
-
None
-
Query Optimization
-
Fully Compatible
To prolong the longevity of QueryTester code and convince ourselves of its correctness, we should:
- Make the code more readable (by breaking things down, etc.)
- Enforce stricter typing (by using const, etc.)
- Improve efficiency (by using references and avoiding copies where reasonable, etc.)