Naming conventions

I usually try to name within the naming convention of the particular language I'm using.
I also dont like _ in names. Prefer newCustomers or the like.
I only use _ in method parameter names if I already have a variable of the same name:
example
method(_sum)
{ sum=_sum;
}

No offence, but that looks awful.
Maybe just use s.
 
Top
Sign up to the MyBroadband newsletter
X