tylerdq / sympoiesis

Find and make poems from unexpected words.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make number of arguments consistent across subprograms

tylerdq opened this issue · comments

Right now, the "form" and "rand" subprograms both accept 1 additional argument, while the "thes" subprogram requires 2. If the "thes" subprogram could just accept one argument (the final two arguments stuck together in one string, for example), it would allow for more simple parsing of system arguments and potentially more robust functionality in the future.

One side effect: May slightly increase user confusion, as the "thes" argument would be in a different format than the "form" argument.

Issue made irrelevant after reworked codebase in commit # fbc78cb