5 Questions Every Unit Test Must Answer
Eric Elliott
94120

‘What should the feature do?’ — ‘compose() should return a function.’

Is the meaning of the function to return something? If yes, then meaning of all functions is to return string/object/function/etc… Does it make sense? The function really should return a function, but the description should be meaningfull. It is the same as String#subst should return a string. Not really helpfull.