CodingGuidelines: on comparison
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Apr 2014 21:26:23 +0000 (14:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 May 2014 20:44:46 +0000 (13:44 -0700)
There are arguments for writing a conditional as "a < b" rather than
"b > a", or vice versa. Let's give guidance on which we prefer.

See http://thread.gmane.org/gmane.comp.version-control.git/3903/focus=4126
for the original discussion.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found