On Mon, Jan 29, 2018 at 7:39 AM, Remko Popma wrote:
> I actually coded it this way deliberately.
> The local variables clarify the intention and make the code self
> documenting. Without the variable the reader needs to spend effort to
> understand the calculation on the right.
>
> I got this tec
I actually coded it this way deliberately.
The local variables clarify the intention and make the code self documenting.
Without the variable the reader needs to spend effort to understand the
calculation on the right.
I got this technique from Kent Beck’s Implementation Patterns and Robert
M