Game Development Community

A question I need to ask....

by Sean Brady · in General Discussion · 05/24/2011 (2:09 am) · 2 replies

I will probably get slated for this but:

Is it better to build and refine your knowledge of data structures,algorithms and design patterns through several software projects instead of learning each one, one after the other?

#1
05/24/2011 (9:22 am)
It is always a good idea to put what you learn into a practical usage. However, that doesn't mean go reinventing the wheel every time. If you don't have a need to improve on std::vector, then your time might be better spent coding something else.
#2
05/24/2011 (2:27 pm)
Cheers...