Followup on #71 to keep track. The idea was that a suffix of 1 to indicate a function handles internal data structures comes with the problem that it is less then obvious without knowledge of the code. Changing this would be a api breaking change so only sensible with during a major version change. Alternatives suggested in the original issue were:
_i, _internal, _r or _raw as suffixes
- a separate module while keeping function names identical
Followup on #71 to keep track. The idea was that a suffix of
1to indicate a function handles internal data structures comes with the problem that it is less then obvious without knowledge of the code. Changing this would be a api breaking change so only sensible with during a major version change. Alternatives suggested in the original issue were:_i,_internal,_ror_rawas suffixes