[Issue 14125] @trusted nested helper functions in std.file
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Feb 13 07:34:28 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14125
Denis Shelomovskij <verylonglogin.reg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |verylonglogin.reg at gmail.com
--- Comment #78 from Denis Shelomovskij <verylonglogin.reg at gmail.com> ---
One more argument to the issue:
Ugly paradigms we show for our library code readers. And yes, this does matter,
as when a person starts with the language he may start from reading its library
code (that's exactly what I did). And when you (a newbie) see all these
wrappers around system API you starting to ask yourself: is it that "easy way
to communicate with C that was stated as a language advantage?"
P.S.
I tried to start this discussion half a year ago [1] but looks like nobody
noticed. I'm happy the problem is finally stated.
[1]
https://github.com/D-Programming-Language/phobos/pull/2465#issuecomment-53950146
--
More information about the Digitalmars-d-bugs
mailing list