--- Begin Message ---Hello In a earlier question I get a remark to think better about naming things.Now I did a challene where I have to find anagrams of a given word in a collection,So I did this : findAnagramsCandidates: aCollection subject: aWord | charBag | charBag := aWord asLowercase asBag. ^ aCollection reject:[ :word | (word sameAs: aWord) or: [ word asLowercase asBag ~= charBag ] ]is my naming here better or can i improved and if so how ? Regards, Roelof
--- End Message ---
[Pharo-users] is this better regarding naming thigs
Roelof Wobben via Pharo-users Sun, 05 Jan 2020 06:07:31 -0800
- [Pharo-users] is this better regarding namin... Roelof Wobben via Pharo-users
- Re: [Pharo-users] is this better regard... Sven Van Caekenberghe
- Re: [Pharo-users] is this better regard... xap
- Re: [Pharo-users] is this better re... Richard Sargent
- Re: [Pharo-users] is this bette... xap
- Re: [Pharo-users] is this b... Santiago Dandois
- Re: [Pharo-users] is t... xap
- Re: [Pharo-users] ... Roelof Wobben via Pharo-users
- Re: [Pharo-use... xap
- Re: [Pharo-use... Roelof Wobben via Pharo-users
- Re: [Pharo-use... xap