ShakyJake
<Donor>
We have the "NIH" (not invented here) syndrome where I work. In fact, one of the other developers claimed that we cannot use open source libraries because we would, in turn, have to give away our software for free. Not sure where the hell he got that from.
The point is, though, is there is no way you or your team is going to write something better than what the community already has. Going back to the data structure examples - I'm not going to write my own BST when I know what's already in the Java or .NET library will be way more efficient than anything I can cook up.
The point is, though, is there is no way you or your team is going to write something better than what the community already has. Going back to the data structure examples - I'm not going to write my own BST when I know what's already in the Java or .NET library will be way more efficient than anything I can cook up.