Article Preview
Buy Now
FEATURE
Code Smarter
Smart Tips for Xojo Developers
Issue: 11.6 (November/December 2013)
Author: Trisha Duke
Author Bio: Trisha Duke is lead developer for Mediatec Limited, London and has been using Xojo for several years.
Article Description: No description available.
Article Length (in bytes): 8,100
Starting Page Number: 20
Article Number: 11605
Related Link(s): None
Excerpt of article text...
In the first of a series of three articles, I hope to pass off some of my useful tips for developers. Over the years of using Xojo, these tips have helped me to rapidly create applications which are robust and flexible.
Naming Conventions
Although many developers do not think this is important, naming controls and variables can considerably reduce the amount of time taken to develop an application as well as also aiding with the creation of a database.
- Fields should be meaningful and single words (no spaces)
- The Control's Name should match the field name within a table
- The Control's Label should be the same as the Control name but prefixed with
lbl
(this can then be used for localization)
...End of Excerpt. Please purchase the magazine to read the full article.