GNOME Bugzilla – Bug 757692
Programming guidelines: improve section on conditions coding style
Last modified: 2015-11-06 17:10:44 UTC
See the attached patch.
Created attachment 315004 [details] [review] programming-guidelines: improve section on conditions coding style - Add one more rationale for boolean implicit comparisons (conversational English). - Generalize comparisons to NULL -> comparisons to 0 values, and give better reasons than porting the code to C#. - Fix the indentation of the paragraphs.
git-bz didn't add the bug URL, but it's available here: https://git.gnome.org/browse/gnome-devel-docs/log/?h=wip/swilmet/prog-guidelines
Review of attachment 315004 [details] [review]: ++
Pushed: https://git.gnome.org/browse/gnome-devel-docs/commit/?id=3b993c78a1afcca96d811f2af8bf7695f6500b23 Thanks for the quick review!