Thread: your style?
View Single Post
Old 01-16-2005, 10:40 AM   #8 (permalink)
ender
Code Monkey
 
ender's Avatar
 
Join Date: Mar 2003
Location: Evansville, IN
Posts: 75
ender is on a distinguished road
Send a message via AIM to ender Send a message via Yahoo to ender
I like mixedCase for variable names, with MixedCase for class and function names. This is just personal preference though. If I am working on a project with someone else, I'll obviously conform to whatever style they have for themselves. I have never liked function_name() stuff. I don't know why. Just my $.02.
__________________
while(1) fork();
ender is offline   Reply With Quote