Static paths for the helpers
Problem Statement
What is the issue being faced and needs addressing? The init method in the Helpers class creates a bunch of strings for paths. It could all be static or constant variables.
Portion of the __init_
method in the Helpers
class:
Who will benefit?
Will this fix a problem that only one user has, or will it benefit a lot of people This likely will only benefit contributors
Benefits and risks
What benefits does this bring?
- More `@staticmethod`s
What risks might this introduce?
- None
Proposed solution
How would you like to see this issue resolved?
Could we have static variables on the Helpers class?
Examples
Are there any examples of this which exist in other software?
Uhh this is more of a cq thing
Priority/Severity
-
High (This will bring a huge increase in performance/productivity/usability) -
Medium (This will bring a good increase in performance/productivity/usability) -
Low (anything else e.g., trivial, minor improvements)
Edited by Lukas