Methods Are Little Stories – Abstractions Are Important 6
If Then, If Then, If Then Yesterday’s post where I included Grady Booch’s comment that clean code “reads like well written prose” made me think of something I’ve been contemplating. The other day I was looking at some code and I saw the following (obfuscated): public void GrabUmbrellaIfNecessary() { if (IsItRaining()) { if (DoINeedToLeave()) {…
