On 5 Jul 2019, at 17:09, Esteban Lorenzano <estebanlm@gmail.com> wrote:
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 are working on an enh of the formatter. - more tests (it was easy there was only one) - cleaning the settings/describing the settings - the goal is to be able to reformat all the code of the image Now in Pharo by example I have some examples.
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