isNice must look like this :
isNice: aCollection "comment stating purpose of message" | niceStringsObject answer | niceStringsObject := self class new. answer := aCollection select: [ :word | (niceStringsObject checkForbiddenParts: word) not and: [ (niceStringsObject checkLessThen3Vowels: word) and: [ niceStringsObject checkOverLapping: word ] ] ]. ^ answer size Roelof Op 15-12-2018 om 21:46 schreef Roelof Wobben:
|
- [Pharo-users] some help to find the bug Roelof Wobben
- Re: [Pharo-users] some help to find the bug Nicole de Graaf
- Re: [Pharo-users] some help to find the bug Nicole de Graaf
- Re: [Pharo-users] some help to find the bug Roelof Wobben
- Re: [Pharo-users] some help to find the b... Nicole de Graaf
- Re: [Pharo-users] some help to find ... Roelof Wobben
- Re: [Pharo-users] some help to f... Roelof Wobben
- Re: [Pharo-users] some help to find the bug Roelof Wobben
- Re: [Pharo-users] some help to find the bug Nicole de Graaf
- Re: [Pharo-users] some help to find the bug Nicole de Graaf
- Re: [Pharo-users] some help to find the bug Roelof Wobben
- Re: [Pharo-users] some help to find the bug Ben Coman
- Re: [Pharo-users] some help to find the bug Roelof Wobben