What is considered third party code?
- by Songo
Inspired by this question Using third-party libraries - always use a wrapper?
I wanted to know what people actually consider as third-party libraries.
Example from PHP:
If I'm building an application using Zend framework, should I treat Zend framework libraries as third party code?
Example from C#:
If I'm building a desktop application, should I…