Reduce cyclomatic complexity in experimental APIs
Closed this issue · 0 comments
MasterSkepticista commented
The functions below are too long and hamper readability.
Suggestions:
- Aim for a function size that fits within screen height (note that reducing comments or blank lines won't change the way formatter views complexity).
- Break down large functions to smaller defs. These helper defs can be part of the same module.
- Try reducing conditional branching
These changes are required to merge #1176.