Thursday, July 06, 2006

Think Big !!!

Few things that I learnt till now:
1. Consider problem as big and solve the problem simply
2. Look for all kinds of situations (especially when you are working with large dataset)
3. Use the appropriate objects at appropriate places
4. Use classes for the purpose that they are given for.
5. Try to bench mark the structures both in terms of time and memory required.

The above all is known to me more theoritically than practically. and now saw how effective they are, in practice. So simple sentences, but rule the whole development time.

And also, some other things that I learnt till now:
Team Work always help in solving the problems and also learning from others.

More is later.

1 comment:

Me said...

Yeah you are right!