On Sat, 04 Oct 2014 16:52:08 +0000
John Colvin via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
wrote:

> It is a little noisy, but really very little. The only extra 
> noise is the call to Afoo.
it's "very little" turns to "alot" with alot of classes with alot of
methods. and code readability suffers even from one such hack.

> Namespace pollution? In what way would that cause a problem here?
all this AFoo, BFoo, CFoo, XYZFoo are useless. all they do is polluting
namespace, making debug info bigger and processing debug info slower.
each unnecessary thing that computer must process is... well,
unnecessary. ;-) i'm doing some tricks with debug info -- such as live
code instrumentation, and i hate all that 'proxies'. ;-) i again must
write code to deal with things that compiler should deal with.

Attachment: signature.asc
Description: PGP signature

Reply via email to