0
Camel Case or Pascal Case?
What's the advantage to using one over the other? Does it really make any difference?
2 Respostas
+ 10
It really is a matter of preference. No option really has a real benefit over the other.
It also depends a lot on the convention you are using (there are even languages that recommend the use of one case over another). By custom many programmers alternate the conventions between projects or languages.
+ 1
Thanks for the clarification!