Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Code Clarity
-
Low Hanging Fruit
-
All
-
None
-
Description
The ~200 lines of code in helptopics.py can be greatly simplified using an associative array to map topics to HTML anchors instead of class reflection. This will halve the lines of code and improve readability.
Functionality will not be changed.