std.data.json formal review

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 30 13:32:21 PDT 2015


On Thu, Jul 30, 2015 at 01:26:17PM -0700, Walter Bright via Digitalmars-d wrote:
> On 7/30/2015 12:57 PM, H. S. Teoh via Digitalmars-d wrote:
> >Yeah, local imports are fast becoming my preferred D coding style,
> >because it makes code portable -- if you move a function to a new
> >module, you don't have to untangle its import dependencies if all
> >imports are local. It's one of those little, overlooked things about
> >D that contribute toward making it an awesome language.
> 
> Funny how my preferred D style of writing code is steadily diverging
> from C++ style :-)

One would hope so, otherwise why are we here instead of in the C++
world? ;-)


T

-- 
This is not a sentence.


More information about the Digitalmars-d mailing list