Trivial: Simplify Project.reinit by removing nested functions
When 95% of your function is nested, you're doing it wrong. Move the function to be at the class level and private, which makes the logic easier to follow and reduces indentation. |
---|
|
source/dub/project.d |
---|