SquareBracketAssociates / UpdatedPharoByExample

A version of Pharo by Example for Pharo 50.
Other
257 stars 41 forks source link

unify usage of >> for describing class>>selector (instead of three '>') #178

Closed nicolaihess closed 8 years ago

nicolaihess commented 8 years ago

The reflection chapter uses three > for separating class and method (like Integer>>>factorial) But I think we should this format Integer>>factorial