myroslavarm / Experimental-Completion

My internship project: improving code completion for Pharo
6 stars 3 forks source link

#isEmpty #isNotEmpty -> hasEntries #86

Closed MarcusDenker closed 4 years ago

MarcusDenker commented 4 years ago

the model has #isEmpty #isNotEmpty. It is not nice as these methods are for collection. Better use #hasEntries and change all code to use that.

MarcusDenker commented 4 years ago

https://github.com/pharo-project/pharo/pull/5047