How do you feel about lines like this:
a = b < c = d
If you're skim-reading, and the terms a,b,c,d are quite long, you might not notice the < in the middle, and think that a = d.
Is there a better way?
How do you feel about lines like this:
a = b < c = d
If you're skim-reading, and the terms a,b,c,d are quite long, you might not notice the < in the middle, and think that a = d.
Is there a better way?