Today my manager complained about me that I don't analyze and think before I do coding. She says that I just copy the code (which she has already used in her other projects) and just edit it. She wants me to analyze and think before coding. Could you help
me in improving myself in the stated matter? Is there any tools for analyzing?
Yes, analyzing is something which is very much important ok now what is Analyzing. Say i want to fetch a Employee's data from DB Table and display Table on the ASPX page. now think about
1) how to fetch the data whether by Dataset for DataReader which is better for my requirement depending on the size of data and no of users.
2) now how many layers should i need DAL, Business, then comes UI and how the business required singleton or fatcory based
3) UI side should it be GridView or build HTML etc.
javedhakim
Member
88 Points
187 Posts
How to analyze and think before coding?
May 27, 2012 12:51 PM|LINK
Hi!
Today my manager complained about me that I don't analyze and think before I do coding. She says that I just copy the code (which she has already used in her other projects) and just edit it. She wants me to analyze and think before coding. Could you help me in improving myself in the stated matter? Is there any tools for analyzing?
Thanks.
Mudasir.Khan
All-Star
15346 Points
3142 Posts
Re: How to analyze and think before coding?
May 27, 2012 02:13 PM|LINK
Yes, analyzing is something which is very much important ok now what is Analyzing. Say i want to fetch a Employee's data from DB Table and display Table on the ASPX page. now think about
1) how to fetch the data whether by Dataset for DataReader which is better for my requirement depending on the size of data and no of users.
2) now how many layers should i need DAL, Business, then comes UI and how the business required singleton or fatcory based
3) UI side should it be GridView or build HTML etc.
BrockAllen
All-Star
27574 Points
4912 Posts
MVP
Re: How to analyze and think before coding?
May 27, 2012 04:51 PM|LINK
Perhaps this might help -- it's a free online course.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/