std.data.json formal review

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 21 09:47:59 PDT 2015


On 8/21/15 12:25 PM, Nick Sabalausky wrote:
> On 08/18/2015 09:18 AM, Andrei Alexandrescu wrote:
>> On 8/18/15 2:31 AM, Jacob Carlborg wrote:
>>>
>>> I don't think this is excessive. We should strive to have small modules.
>>> We already have/had problems with std.algorithm and std.datetime, let's
>>> not repeat those mistakes. A module with 2000 lines is more than enough.
>>
>> How about a module with 20? -- Andrei
>>
>
> Module boundaries should be determined by organizational grouping, not
> by size.

Rather by usefulness. As I mentioned, nobody would ever need only JSON's 
exceptions and location. -- Andrei



More information about the Digitalmars-d mailing list