Re: [Pharo-users] Question: anyone using NOCompletion setting?

2019-06-21 Thread Sean P. DeNigris
Marcus Denker-4 wrote > Removing the Ocompletion (for a while) would make it much easier… I can live without it for a while, especially if we can plug it back in at the end! - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Distribution of test method name length

2019-06-21 Thread Ben Coman
On Fri, 21 Jun 2019 at 12:43, K K Subbu wrote: > Nice graph, Ben! The larger test names (selector size > 100) look more > like sentences than names ;-). > > On 21/06/19 6:50 AM, Ben Coman wrote: > > classes := Object allSubclasses select: [ :cc | cc isKindOf: > > TestCase class ]. > > met