Tuesday, January 19, 2016

Tips Design Application that Interact with Database

Tips Design Application that Interact with Database


Today while looking into the code of the project that takes data from fronthand and then process it to different system I notice  few things :-


  1.  The data should not be based on the order of the data but on the final status of it:- It means that while we take data from any front hand always take think of all the input the user can put the data in underlying tables and we need to define only few as minimum input ways as possible to have clear understanding of the data.
  2. Always has the history table of the front-hand tables , so that we know how the users are trying to insert data into the screen.

No comments:

Post a Comment