View Single Post
Old Aug 20th, 2007, 3:39 PM   #7
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,473
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Usage of existing libraries would be ideal in a tight time frame. Although, you have to be careful in which libraries you use when developing commercial applications. If there is a doubt that will be a conflict in the license with your deployment, then you should re-evaluate the options. Also, it is a good learning strategy to reinvent the wheel, sometimes the wheel is smoother when you write it yourself. If the library is complex or there is a time issue, then use the tools that are already available.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote