comp.lang.c
[Top] [All Lists]

Re: Mixed case?

Subject: Re: Mixed case?
From: Ben Pfaff
Date: Wed, 30 Apr 2008 13:44:18 -0700
Newsgroups: comp.lang.c

s0suk3@xxxxxxxxx writes:

> I'm totally new to C, so this is a question from a total newbie. I
> know most people write the names in C with underscores,
> as_in_this_name. But... is it also customary to write them in mixed
> case, asWithThisName? Or is it a horrible horrible horrible thing to
> do??

It's a personal preference issue.  If you are working within an
existing collection of code that uses a given convention, then I
would advise sticking with that convention.  If you are writing
your own code, then you can choose the convention that you
prefer.
-- 
"When I have to rely on inadequacy, I prefer it to be my own."
--Richard Heathfield

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy