Tagged Questions

7
votes
15answers
421 views

What functionality should always be third-party?

What prompts my question is this post from Jeff Atwood, and this post from Dare Obasanjo. It seems to me that there might be at least a few areas where third-party functionality is a better idea than …
17
votes
34answers
3k views

Reasons not to build your own bug tracking system

Several times now I've been faced with plans from a team that wants to build their own bug tracking system - Not as a product, but as an internal tool. The arguments I've heard in favous are usually …
3
votes
4answers
147 views

Should I prefer purchasing a commercial framework or creating my own version of the same functionality? (classic “Create vs Buy”)

I have mixed views about commercial class libraries. Am I better off using a commercial class library or starting from scratch? If buying a library is the way forward which one for a C# developer?