pharo-vcs / iceberg

Iceberg is the main toolset for handling VCS in Pharo.
MIT License
134 stars 85 forks source link

Cleanup: notNil -> isNotNil and notEmpy -> isNotEmpty in Iceberg-* packages. #1762

Closed astares closed 11 months ago

astares commented 1 year ago

We should use

isNotNil instead of notNil isNotEmpty instead of notEmpy in Iceberg-* packages.