C
C# Learner
Why can't people abide by naming conventions?! It seems that most
people have to have their /own/ custom convention.
people have to have their /own/ custom convention.
Daniel O'Connell said:Mainly because you'll never get everyone to agree what the one naming
convention will be. The question is where are you having your trouble?
Code
formatting and naming is a little tricky, and there are a few rules that you
should follow(generally those in the .NET guidelines), but internal and
private code is mostly up to the developer, although it should be kept the
same across a project(and organization is applicable).
I'm sure they can, its more a matter of convincing them they should,C# Learner said:Oh, I'm just ranting in general.
You know, _I'm_ willing to adopt *any* sane naming convention, just to
keep to standards. I just get annoyed when reading through someone
else's code and seeing that they haven't made an effort to keep with
the relevant guidelines/standards.
In my view, so long as the standard is /sane/, programmers can adapt
to it, no matter what they're accustomed to.