Date: Thu, 28 Jan 1999 23:55:49 -0500 (EST) From: Mikhail Teterin <mi@kot.ne.mediaone.net> To: current@FreeBSD.ORG Subject: patch to STYLE(9) -- the other side Message-ID: <199901290455.XAA28545@kot.ne.mediaone.net> In-Reply-To: <19990128230223.A1973@netmonger.net> from Christopher Masto at "Jan 28, 1999 11:02:23 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Christopher Masto once stated: =suggestions, they should be useful suggestions. "Parenthesis are =allowed to make your code easier to read, even if not strictly =required by the compiler" is a much more useful suggestion than what =is currently there. Some safeguard should be put to prevent falling from the other side, such as in some places in TCL internals (restored by memory): result = Tcl_CallSomething(.....); if(result == TCL_OK) { return TCL_OK; }; return result; Very readable... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901290455.XAA28545>