On Fri, May 6, 2016 at 7:25 PM, Alistair Grant <[email protected]> wrote:
> On 6 May 2016 at 10:56, Sven Van Caekenberghe <[email protected]> wrote: > > I have seen this too, and I hate it as well. > > > > I would definitively prefer the minimal syntax: no parenthesis when not > needed, not extra $# when not needed. > > > >> On 06 May 2016, at 10:26, Peter Uhnák <[email protected]> wrote: > >> And second, perhaps less important... do we really need to reformat > #(name owner uuid) into #(#name #owner #uuid)? Seems a bit superfluous too. > > I'll put in a vote the other way. As a new-to-Pharo user it is much > faster for me to understand what is happening with the #'s present. > Well most options of the formatter are configurable (thus the name ConfigurableFormatter), so we can do the same for these things. Peter
