Booklet-PharoWithStyle icon indicating copy to clipboard operation
Booklet-PharoWithStyle copied to clipboard

Remove "Not"s?

Open hernanmd opened this issue 3 years ago • 1 comments

Some code sections includes "Not" as part of the code where "over" part is shown:

Not aCollection groupBy: [ :each | each odd ]

But some other examples "Not" is not included:

Prefer
stylesheet at: #fontColor
over
stylesheet get: #fontColor

I prefer to have the code without the "Not" because is more clear that "Not" is not part of the code to avoid.

hernanmd avatar Feb 14 '22 17:02 hernanmd

Yes may I will remove the Not. The problem is that the template does not show clearly that it is a bad example. I would like to have a cross for bad and a tick for good but I cannot do this simply.

Ducasse avatar Feb 14 '22 20:02 Ducasse