Re: Coding style.
It doesn't matter as long as anyone you work with agrees on a common standard. I'd also follow any language specific conventions. I hate camel case but will use it in places it is expected such as Java.
I think more important is keeping your design sane by refactoring it to resist design rot in any case.
|