+ one to Esteban gret suggestions!

On Mon, Mar 19, 2018 at 8:39 PM, Esteban A. Maringolo
<emaring...@gmail.com> wrote:
> 2018-03-19 16:32 GMT-03:00 Denis Kudriashov <dionisi...@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.
>
> Regards!
>
>
>
> Esteban A. Maringolo
>

Reply via email to