User Details
User Details
- User Since
- Oct 20 2015, 5:52 AM (482 w, 3 d)
- Availability
- Available
Mar 16 2016
Mar 16 2016
glotechsol-troy added a comment to D14495: Prevent double rendering of unit test results.
@epriestley's comment shows why shouldEchoTestResults is a bad name for this method. A name like testEngineWillEchoTestResults is also awful, but it better communicates the purpose. The problem is that there is no subject in the name. It would be clearer if the method were rendererShouldEchoTestResults and the logic were inverted.