On Tuesday, 14 March 2017 at 00:38:12 UTC, Vladimir Panteleev wrote:

If you have enough declarations in one file that they call for code folding, it may be better to move them to a separate module. Public imports and aliases allow doing this without breaking any code.

[...]

Generally speaking, I would recommend to simply avoid code folding altogether:

https://blog.codinghorror.com/the-problem-with-code-folding/

Indeed good point:
http://stackoverflow.com/questions/475675/when-is-a-function-too-long

Reply via email to