j
k
j a
j l
On 01/05/2011 12:49 PM, Daniel P. Berrange wrote:
IMHO the hacking guideline should only allow if (foo) bar; else wizz; Or if (foo) { bar; ... } else { wizz; ... }
IMHO the hacking guideline should only allow
if (foo) bar; else wizz;
Or
if (foo) { bar; ... } else { wizz; ... }
+1 (just in case we're voting :-)
Back to the thread
Back to the list