Re: [U-Boot-Users] [PATCH] Fix control-c handing inCONFIG_CMDLINE_EDITING

31 Jul
2006
31 Jul
'06
8:04 p.m.
- return rc < 0 ? rc : len;
Use of the conditional assignment operator is generally considered bad practice because it affects readability.

31 Jul
31 Jul
9:19 p.m.
New subject: [U-Boot-Users] [PATCH] Fix control-c handing inCONFIG_CMDLINE_EDITING
Apparently not that bad for u-boot
$ grep -r "?.*:" * | wc -l 2432
-roger --- Jeff Mann MannJ@embeddedplanet.com wrote:
- return rc < 0 ? rc : len;
Use of the conditional assignment operator is generally considered bad practice because it affects readability.
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

10:07 p.m.
New subject: [U-Boot-Users] [PATCH] Fix control-c handing inCONFIG_CMDLINE_EDITING
In message 1628E43D99629C46988BE46087A3FBB9642FCB@ep-01.EmbeddedPlanet.local you wrote:
- return rc < 0 ? rc : len;
Use of the conditional assignment operator is generally considered bad practice because it affects readability.
Who says so? Any authority?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Question: How does one get fresh air into a Russian church?
Answer: One clicks on an icon, and a window opens!
6855
Age (days ago)
6855
Last active (days ago)
2 comments
3 participants
participants (3)
-
Jeff Mann
-
roger blofeld
-
Wolfgang Denk