Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] zsh/random module [UPDATED]
On Sun, Nov 20, 2022, at 9:57 PM, Clinton Bunch wrote:
> I don't get the concern about backwards compatibility in implementing a
> new builtin unless you know of an external command called getrandom that
> is in common use, and that's easily fixed by changing it to zgetrandom.
The concern is about publishing (and thus committing to) a complex
API right out of the gate, only to later realize that it is inelegant
and awkward, as opposed to starting with a minimal API and extending
it later in a deliberate, considered fashion.
--
vq
Messages sorted by:
Reverse Date,
Date,
Thread,
Author