sorry for the delay; I was on holidays

On Fri, Apr 20, 2012 at 10:45 AM, Łukasz Czerwiński
<milimet...@gmail.com> wrote:
> Could you please say, if there was a reason for using
> do {
>
> } while(flip(&d));
>
> instead of my macro: if (UP_and_DOWN)

Macros make code harder to read for people not into the project, so it
is good to be conservative with applying them.  That said, I think a
macro for this pattern is justified given its frequency of appearance.


-- 
Han-Wen Nienhuys - han...@xs4all.nl - http://www.xs4all.nl/~hanwen

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to