hpi-swa-lab / SqueakByExample-english

An introductory book about the Squeak/Smalltalk programming system, guiding students and developers through the environment, language, tools, and the Morphic framework by means of a series of examples and exercises.
https://www.lulu.com/shop/patrick-rein-and-christoph-thiede/squeak-by-example-60/paperback/product-8vr2j2.html
Other
25 stars 7 forks source link

Unify identifier names #33

Closed LinqLover closed 3 years ago

LinqLover commented 3 years ago

See https://github.com/codeZeilen/SqueakByExample-english/issues/21#issuecomment-695981273-permalink:~:text=it%3F-,%40codeZeilen%20Chapter%2011%20(Morphic)%20describes%20the%20construction%20of%20the%20CrossMorph%20class.%20In%20our%20SmalltalkSources%2C%20this%20class%20is%20named%20SBECrossMorph%20instead.%20Do%20you%20see%20the%20need%20to%20unify%20both%20names%3F,At%20first%20I%20thought%20that%20it%20may%20not%20be%20necessary%2C%20but%20in%20the%20end%20it%20is%20the%20right%20thing%20to%20do%20in%20order%20to%20avoid%20name%20clashes%2C%20so%3A%20yes.,-%40codeZeilen%20%40tom95%20Chapter%2011.6%20(Interactions)%20describes%20the%20use%20of%20FillInTheBlank%20and%20PopUpMenu.%20Shouldn't%20these%20classes%20be%20rather%20considered%20as%20an%20implementation%20detail%20of%20UIManager%20but%20not%20be%20addressed%20directly%3F%20Would%20it%20be%20better%20to%20replace%20the%20code%20example