Gentoo Archives: gentoo-dev

From: Kent Fredric <kentnl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] Moving UID/GID assignments to api.gentoo.org
Date: Mon, 12 Aug 2019 18:33:46
Message-Id: 20190813063332.193c4f88@katipo2.lan
In Reply to: Re: [gentoo-dev] [RFC] Moving UID/GID assignments to api.gentoo.org by Alec Warner
1 On Mon, 12 Aug 2019 11:20:01 -0700
2 Alec Warner <antarus@g.o> wrote:
3
4 > >
5 > > As for JSON/YAML, ... eh... that may be the case for like, 4 line files.
6 > >
7 > > But once you have hundreds of entries, that becomes less true.
8 > >
9 >
10 > What becomes less true?
11
12 In that it ceases to be a human-editable format.
13
14 Its editable in the sense of "a text editor can edit it", but that's
15 like calling XML human-editable.
16
17 At scale, large JSON files can become something one cannot safely edit
18 without risking breaking the format.
19
20 ( The JSON syntax rules imply a document-global parse completes, as
21 opposed to a line-based system that invalidity of an entry only affects
22 that record )