C
Clif McIrvin
Arrghh!
I simply have not discovered a reliable technique for finding answers
to "why do this instead of that?" questions in the MS helps, so I turn
to you good hearted folk!
I've noticed that True / False parameters are often Integers. It seems
intuitive to me that for testing flags in code Boolean would be
better.
As I'm still fairly early in my application development process I'd
like to find out what the implications of one over the other are.
(Maybe my concern is nothing more than a throwback to the days I was
programming on PDP-8 and NOVA III platforms and we counted both bits
and cycles! -- I've been away from programming for several years, and
the tools have certainly changed!)
I simply have not discovered a reliable technique for finding answers
to "why do this instead of that?" questions in the MS helps, so I turn
to you good hearted folk!
I've noticed that True / False parameters are often Integers. It seems
intuitive to me that for testing flags in code Boolean would be
better.
As I'm still fairly early in my application development process I'd
like to find out what the implications of one over the other are.
(Maybe my concern is nothing more than a throwback to the days I was
programming on PDP-8 and NOVA III platforms and we counted both bits
and cycles! -- I've been away from programming for several years, and
the tools have certainly changed!)