-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hah! I just sat down this morning to add a use case about being able to read and understand the serialization of the format without the standard library and there it was. Thanks for adding this.
I wonder if a little more detail might add to this use case?
For example, what about adding in a bit about using a standard editor for the OS like vi, emacs or textedit or the like? We may need to be very careful in what we specify however. Common software has to be able to reveal to the user at least what the encoding of the file/serialization is, otherwise the user will be in trouble. Similarly, you don't want to binary encode the whole file or you are similarly lost. This all seems to imply that there should always be a minimal header which is in ASCII or the like. How much of this is derive-able as requirements and how much make sense to add to your example?