2018-03-19 16:32 GMT-03:00 Denis Kudriashov <dionisiydk@gmail.com>:
>
> Hi Guille.
> What you think to add helpfull converting methods?
I'd like them. Anything that saves me from passing a string literal as
parameter is good. :)
> aStream buffered.
I'd only change this one, to #beBuffered.
> aStream withLineEnding: String cr.
> aStream withPlatformLineEnding.
These two seem ambiguous to me, #with prefix signals something else in my head.��
I'd remove the "with" and use instead:
�� aStream lineEnding: String cr.
�� aStream usePlatformLineEnding.
aStream forcedLineEnding: String cr.aStream forcedPlatformLineEnding.
Regards!
Esteban A. Maringolo