Seeking philosophical guidance on library interface design.
Alex Tweedly
alex at tweedly.net
Thu Apr 25 16:29:43 EDT 2019
On 25/04/2019 19:07, Dar Scott Consulting via use-livecode wrote:
> I like the use of an array.
>
> Add the ability to set the default array, allowing named arrays. Or supply base arrays that one could use to make a plot parameter array.
Yeah, it should be easy and potentially useful to have some pre-cooked
arrays that can be returned for easy use.
Another advantage of using a single array is that the library includes a
handler to save/restore a graph - which can write out (or read in) the
array, currently JSON-encoded, to a file; also gives the option to write
the JPEG version of the group.
-- Alex.
More information about the use-livecode
mailing list