Quote:
Originally Posted by dwanthny
Pardon my ignorance, but could you explain to me what you mean by "this applies mostly for the console applications..."
|
When you are programming an application and you spend so much time it mens that you really mean it and you want to make a really good piece of software. And as any other project it should be done complexly because you are releasing one application - not two applications (back end and front end)...
And as the application is complex, you should care about both - the functionality on the back and the design on the front.... Console applications are targeted for a specific segment of users and usage but when you make a gui app you should take in account that the gui is a part of your application and it should be as good as the background of your application because this is the way how the application interacts with the user....