July 5, 2019
8:09 a.m.
Hi,
On 5 Jul 2019, at 08:57, Norbert Hartl <norbert@hartl.name> wrote:
Sometimes I wonder when I change a piece of code in pharo if there is an official formatting guide line. Is the formatter in calypso the incarnation of it or how code is supposed to be formatted in the offical image?
We need a code style guide, yes. But no, definitively the code formatter available should not be the canonical formatting (since its ugly and some times even illegible). Esteban
I just see tons of occurrences where caret immediately follows a token and such which I donât like at all.
Norbert