Wisdom of using open source code in a commercial software product
- by Mr. Jefferson
I'm looking at using some open source code in my ASP.NET web app (specifically dapper). Management is not a fan, because open source is seen as a risk that has bitten us before. Apparently previous developers have had to rewrite things after having open-source components fail.
The pros seem to be:
It does a lot of stuff for me that would…