Not logged in (Log in or Sign up)

unwwwritten

misguided neatness

A minor complaint to get things going again...

Why is it that programmers feel the need to line a series of assignments up in columns?

   1  a.id      = b.id
   2  a.foo     = b.foo
   3  a.baz     = b.baz

This is a completely misguided effort.

More...