What is better?String new writeStream
orWriteStream on: String new
orWriteStream on: ''
by popularity '' is the winner, however apparently not everyone is happy with that��
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~f := Finder new.(f sourceSearch: 'WriteStream on: ''''') size. "51"(f sourceSearch: 'String new writeStream') size. "48"(f sourceSearch: 'WriteStream on: String new') size. "39"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~While this is not a popularity contest, we can at least poll for preferences https://strawpoll.me/5153067 :)Peter