Documentation of Supply.split|comb
I'm adding some methods to Supply, notably split and comb, which take the same arguments as Str.split and Str.comb.
The question is: should I copy/paste the documentation and adapt it, or should I refer to the Str.split and Str.comb documentation?
I would prefer you refer to it, better than repeating it.
Ok, so what would the correct referral invocation be?
Just link to the equivalent in Str, and say something like "it works pretty much the same as here, except for... "
El mié., 15 ene. 2020 a las 14:01, Elizabeth Mattijsen (< [email protected]>) escribió:
Ok, so what would the correct referral invocation be?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Raku/doc/issues/3162?email_source=notifications&email_token=AAAAD5HRRBHMAEZPU5SX6JTQ54CMHA5CNFSM4KHCMIM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJAHNVQ#issuecomment-574650070, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAAD5H6RAQPNUD67PC6Q2TQ54CMHANCNFSM4KHCMIMQ .
-- JJ
(Looks like Supply.split is now documented.)
New advice (#1924) if the text is identical, copy it while we figure out how to mark sections as wanting to be identical so we can test it.