attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.44k stars 266 forks source link

Human-Readable Serialization should be available off of Value #3669

Open aboodman opened 7 years ago

aboodman commented 7 years ago

It's super common to want to dump the HRS of something for debugging, but accessing it currently is both non-intuitive and annoying. It should either be located as a method of Value interface, or at the root of the package hierarchy with a short name, like noms.Pretty() or some such.