How 'terse' is too terse? -- Practical guidelines for expressing as much intent in as few characters
- by Christopher Altman
First, I love writing as little code as possible. I think, and please correct me, one of the golden rules of programming is to express your code in as few of character as possible while maintaining human readability.
But I can get a little carried away. I can pack three or four lines into one statement, something like
$startDate = $dateTime…