April 7, 2017
1:32 p.m.
2) I just want to know why someone created such rule :). Because the author of the last update of the initialize method is Marcus :)
Probably to stop people from writing code like this: (borderColor isColor and: [ borderColor isTranslucentButNotTransparent ]) ifTrue: [ ^ true ]. ^ false instead of: ^borderColor isColor and: [ borderColor isTranslucentButNotTransparent ] :) John Brant