Hey all,
I wrote an application about 3 years ago which has been an on-going work in progress but I have now decided to re-write it from the ground up to put right all the mistakes I made along the way. I was hoping I could get some advice from some more experienced programmers in the community to help me make fewer mistakes and faux pas in this edition so I end up with something which is faster, more efficient and secure.
Whilst I would welcome any generalist suggestions relating to the concept above, I will try to steer the conversation with a little more detail to keep the whole thing on topic.
Q1. My UI shares similarities with an iphone/pad type app or self service supermarket checkout eg. lot's of different screens/views with minimal information on each one and big buttons, rather than cramming everything into a single window.
It was previously suggested that my method of using a different form for each of these views was inefficient/inadvisable. Currently I have about 20 forms in the old/existing version, and to add all the functionality I have planned this could easily double to nearer 40. Is it true that I should not be using forms in this way and if so what would be the recommended alternative?
I wrote an application about 3 years ago which has been an on-going work in progress but I have now decided to re-write it from the ground up to put right all the mistakes I made along the way. I was hoping I could get some advice from some more experienced programmers in the community to help me make fewer mistakes and faux pas in this edition so I end up with something which is faster, more efficient and secure.
Whilst I would welcome any generalist suggestions relating to the concept above, I will try to steer the conversation with a little more detail to keep the whole thing on topic.
Q1. My UI shares similarities with an iphone/pad type app or self service supermarket checkout eg. lot's of different screens/views with minimal information on each one and big buttons, rather than cramming everything into a single window.
It was previously suggested that my method of using a different form for each of these views was inefficient/inadvisable. Currently I have about 20 forms in the old/existing version, and to add all the functionality I have planned this could easily double to nearer 40. Is it true that I should not be using forms in this way and if so what would be the recommended alternative?