2 replies
June 2016

dave_falkner

Strongly agree. A plain-English method name will always be easier to read than dozens of lines of imperative code, provided that the imperative code is sensibly grouped and the method is sensibly named.

I've never understood the attitude that this might not apply within a testing context, but i have heard such an attitude expressed multiple times.

1 reply
June 2016 ▶ dave_falkner

jbrains

I'm trying to avoid duplication: http://disq.us/p/19em93r :)