pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

Removing spurious Smalltalk #17330

Open Ducasse opened 3 weeks ago

Ducasse commented 3 weeks ago

When can we stop spreading bad practices? BaselineOfIDE contains at least three different ways to check that a class is available and in addition 5 or 6 Smalltalk references. When can we stop spreading bad practices?

Did we lose our software engineering practices? This is so easy to talk about DRY and do not apply to our code.