P
Peter
Hi
with regards to naming - eg methods or properties - I wonder sometimes
about British vs American spelling. The c# language obviously uses
American spelling, "serializable" or "color" for example.
In my classes should I also follow this? Or is it ok to use British
spelling?
Recently for example I had to write a method to serialise some data,
and I called it SerialiseUser. Would this confuse other programmers?
What about a method "Color GetColour()"?
/Peter
--
with regards to naming - eg methods or properties - I wonder sometimes
about British vs American spelling. The c# language obviously uses
American spelling, "serializable" or "color" for example.
In my classes should I also follow this? Or is it ok to use British
spelling?
Recently for example I had to write a method to serialise some data,
and I called it SerialiseUser. Would this confuse other programmers?
What about a method "Color GetColour()"?
/Peter
--