johnisotank
Technical User
Hi all.
just a quick one. I am looking at improving the naming conventions used in my code and just wondered what people do here.
Obviously if the control is a text box I should call it txtMyTextBox.
If I drag 20 fields from my database onto a form it automatically assigns names such as JobNumberTextBox, EmployeeTextBox.
Would you recommend I stop being lazy and rename all these to txtJobNumber, txtEmployee?
Thanks
John
just a quick one. I am looking at improving the naming conventions used in my code and just wondered what people do here.
Obviously if the control is a text box I should call it txtMyTextBox.
If I drag 20 fields from my database onto a form it automatically assigns names such as JobNumberTextBox, EmployeeTextBox.
Would you recommend I stop being lazy and rename all these to txtJobNumber, txtEmployee?
Thanks
John