|
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
|