I'm not talking about naming applications. You should name the application based on its purpose.
With controls, however, it makes a lot of sense to follow the naming conventions.
I named my application TestApplication and my Form for MainForm, I didn't say you SHOULD do it, just that you should name it so you can now its type and its purpose.
Indeed you didn't - but considering that this tutorial is aimed squarely at beginners, they are going to take heed of your advice and start calling all their forms "MainForm", "AboutForm", "OrderForm" etc, instead of the preferred "frmMain", "frmAbout", "frmOrder".
Have you noticed we're arguing about an "o"? What's the problem with naming them MainForm anyway? And after a while using MainForm you maybe change to MainFr or something else just because you like it better. The point I was trying to make was that you shouldn't name them form1, textbox1, unknownitem1321, Info, About or anything like that.
So do I.
You won this debate. I recognize me beaten.Thanks for your point.
Yes it's fun with debates but you need to know when you lost.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum