How do you explain the obvious?
    John Kessenich 
    jk at hpfelg.HP.COM
       
    Fri Apr 29 03:05:07 AEST 1988
    
    
  
    Analytical people often work under a fundamental axiom:
        Given two methods that achieve the same result,
        the simpler method is the better (more correct) method.
    There are lots of rational justifications of this, but the fact that
    it is so fundamental can leave you speechless when it is challenged.
    So is it easier to just use macros based on their names, or to
    have to keep track of what they are defined as and keep checking
    that this is semantically correct?  (It is probably simpler for the
    programmer not to have to simulate cpp while writing code.)
    John Kessenich
    
    
More information about the Comp.lang.c
mailing list