Software libraries
Software libraries are the piece of code that is easily consumed by another application and perform specific functions.
Using software libraries speedup software development processes, because software developers don’t need to create the code from scratch, but they can rely on the code that was written by someone else.
Same is true, when the software is developed. A person who develops it, needs to think what code can be reused.
It is a good habit of creating software libraries if such functionality will written again. Instead of writing that code again and again, software libraries can be used by the code.
Comments
Post a Comment