Programming libraries
Programming libraries are the code that can be consumed by a program that is written that perform certain functionality. Using programming libraries speed-up development process since some work will be already completed. If libraries are used, than it is a good habit to list which libraries were used.
Another words for programming libraries are .toolkits, SDKs and frameworks.

Comments
Post a Comment