Thread: your style?
View Single Post
Old 01-13-2005, 07:58 PM   #6 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Big willie style..

oh. I'm with sde on this. I seem to lapse into different styles depending on the language. I've never been a big fan of pascal, camel [studly] caps, but seem to use them much more with PHP Classes. Although the vars inside the class will be $my_var. Public methods will be: myFunction() and private methods: _myFunction(). (in php4 .. haven't done anything in 5 yet)

I pretty much stick to $my_var and my_cool_function() in perl.

-r
idx is offline   Reply With Quote