On Fri, Sep 13, 2013 at 3:38 AM, Nick Wellnhofer <[email protected]> wrote: > Now that the code pattern above appears in quite a few places, we should > also consider a new method like: > > incremented String* > InStream_Read_Utf8(InStream *self, size_t len);
+1 I'd name that second parameter "size" since we use "size" to refer to memory dimensions more often and "length"/"len" more often to refer to a count of logical characters or code points (though not exclusively). Marvin Humphrey
