avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] avrdude on Windows


From: Brian Dean
Subject: Re: [avrdude-dev] avrdude on Windows
Date: Thu, 13 Feb 2003 16:49:29 -0500
User-agent: Mutt/1.4i

On Thu, Feb 13, 2003 at 02:23:41PM -0700, E. Weddington wrote:

> Know that too. I just have a preference for explicit definitions. 
> There's always the possibility that you get somebody who doesn't know 
> they have implicit values and tries to monkey around with them.

Just my opinion, but when you want them to be explicit, use #define,
not enum.  To me, enum means you don't care what the actual value is,
it's just there for readability.  If the value is important, then
#define is the way to go, IMO.

-Brian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]