Reason
In #183, all extensions from helpers.swift got refactored. The code of those extensions are not clean.
- Long functions where code in the same context are at different levels of abstraction
- Unnecessary comments, possibly unclear method and variable names
Changes
Clean up all extensions mentioned above.
- Short functions at same abstraction level
- Remove comments, make names clear