https://issues.dlang.org/show_bug.cgi?id=14704

--- Comment #9 from Ketmar Dark <[email protected]> ---
you know what? people invented a great thing called "library", so you can move
the code you're using in various places to the library and stop copypasting it
everywhere.

and yoy know what else is interesting? i found myself stop doing bulk imports.
it's way easier to write a qualified import right in the code block where you
need that, and import only the things you need. bulk imports is a sign of bad
design. stop doing that, local imports rox. your multiline sample should be
burned with fire.

--

Reply via email to