Using Libraries (Manual Approach)
- You could copy the code from the open source library into your project
- You'd have to be careful to separate that source code from yours though
- How do you know where your code ends and the library starts?
- How do you update the library?
- How do others know which libraries you're using?
- How do others know where the library came from?
- What if that library needs other libraries?
13 / 23