[Cuis-dev] Fix to ExtractMethod

Juan Vuletich juan at jvuletich.org
Tue Oct 19 06:15:16 PDT 2021


On 10/18/2021 6:47 PM, Hernan Wilkinson via Cuis-dev wrote:
> Hi,
>  attached is a fix for the extract method an its test.
>  Previously for this code:
>  [ line notNil ] whileTrue: [
>    self isCustomerData ifTrue: [ self importCustomer ].
>    self isAddressData ifTrue: [ self importAddress] ].
>
>  You could not extract:
>    self isCustomerData ifTrue: [ self importCustomer ].
>    self isAddressData ifTrue: [ self importAddress].
>
> This fix solves the problem.
>
> Cheers!
> Hernan.

Thanks Hernán! Now at GitHub.

Cheers,

-- 
Juan Vuletich
www.cuis-smalltalk.org
https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev
https://github.com/jvuletich
https://www.linkedin.com/in/juan-vuletich-75611b3
@JuanVuletich



More information about the Cuis-dev mailing list