Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The difference is that:

    return (x > y) - (x < y); 
Is a common expression which is very efficient (why else would you write anything in C if you don't care about code being fast/efficient?) and what you proposed is neither.


I write (and read) about 20,000 lines of C(++) a year, and have for the last 20 years. I've never seen that done.


That doesn't mean the expression is unreadable. It is still extremely straightforward in what it does.


The real difference is that it's simple. There are only 11 symbols in the expression, only two things that can vary, and only three interesting cases. As opposed to 129 symbols and some large number of interesting cases.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: