[Issue 3965] Multiple "static this()" can be a little error-prone

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 16 13:04:00 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3965


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |WONTFIX


--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> 2010-03-16 13:03:58 PDT ---
I believe this is a valuable feature for D. Sure, you can write convoluted code
with it, but so you can in general with any programming construct. Forcing it
all into one static constructor can also be confusing, because it takes away
locality of operations, which can cause its own confusion.

Won't implement.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list