Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Naming conventions again........
Message
 
To
26/08/1999 14:34:33
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00258085
Message ID:
00259331
Views:
19
Lets keep in mind that naming conventions serve
to keep unity throughout the style of programming
in a project, not to make life easier for the
programmer.

Naming conventions may take a second more per
command to type, but when you are developing shared
components, or working on a development team, it
sure makes life a little easier if you know ahead
of time how data types are identified per variable.
And it makes adding a field to a table, or a method
to a form easier if you have an idea what the field
or method name should look like.

And if you have agreed before development starts that
methods, properties and fields will be named according
to a certain structure, than it's less likely mistakes
will be made by other programmersm because they will
come to expect certain formats, instead of opening code
and seeing "gn" one time and "pn" the next when looking
for a global/public numeric variable.

Some companies insist that developers adhere to coding
and naming standards to protect themselves. It saves
maintenance time later on if the code is documented
according to a company standard.

So keep in mind that learning to code that way now should
result in time (and sanity) saved later.

Thats my humble opinion
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform