I was sending this email to doru but I forward it to moose-dev since other people use it
and I would like to get more feedback on glamour.
browser
row: [ :r | r column: #namespaces; column: #classes; column: #methods ];
row: #details.
I do not like that row: is used to declare columns and at the same time with a name
to the row:
why this is not
rowNamed: #details
then why
browser
row: (Column with: {#namespaces classes methods)
Stef