Tim Mackinnon

Results 117 comments of Tim Mackinnon

> I still didn't quite grok the recursion of `#generateTestMethodsOn:calling:using:prefix:` > particularly with respect to `ifEmpty: [ methodNameSegment withoutPrefix: 'And' ] ` > so I moved the method naming to...

Your comment about generate line segment permutations is exactly what this solution is doing (maybe its a bit more obvious now) - it finds square permutations (based on the +...

I get it frequently in P7 - but I think its fixed in P8 as I sat with Guille at Pharo days and showed him numerous cases that he was...

Good idea to look with fresh eyes. The intro documentation covers all of this with pictures, and we haven’t had anyone obviously struggle or complain yet - but it’s not...

A - there are two generators , to clarify - ExercismGenerator creates the stubs needed for readme.md files as well as exports code into the required places that Exercism expects....

yes - having brain dumped, its a good thing to do - particularly to simplify and remove some dependencies.

It probably should be self error - I think I was thinking you might correct the comment and press resume (but in practice I’ve been rerunning the whole operation). The...

I think you’ve understood all of these (with the added info about the #generator method) > On 5 Jun 2019, at 12:56, Ben Coman wrote: > > @macta , To...

yes these would be more advanced (although not necessarily, there are simple things in the language as well - for example, something with points?)

Hi Ben - you do find interesting things... The current test pattern is of course auto-generated and generic - but better than the previous auto-generated one. I see what you...