Why do we need libraries?
We need them because is easy to budl so we dont repeat the same or similar code, even though i never tried a library yet.)
- Why do we need libraries?
We need them so that we can reuse code and so we donât waste our time and effort making something that already exists.
To reuse code! Be smart, use already developed code for tasks you need. Let you focus on taking the development further!
Libraries save a lot of time and work in favor of the programmers. There is no point on creating something that already exists and may even be a short cut to achieve the same goal or result in programming more efficiently with less effort.
-
Why do we need libraries?
We need libraris to store code, this way other developers can use existing code and don´t have to repeat it every time, saves time and energy.
Libraries are useful when you want to make something by code, that has already been figured out. You can just use the ready-made functions and save a lot of time.
- Why do we need libraries?
Programmers should re-use existing code when possible, so that time is not wasted writing code that another programmer has already written
We need a library so that we can store the existing codes already so that we donât waste our time making a code that already exists, also so we donât forget these codes.
Libraries allow us to organize and package our code/functions so that others can easily (assuming sufficient documentation) reuse it if they like. Likewise, we get the advantage of using functions that other programmers have already written. That way we donât have to reinvent the wheel every time we need a certain type of functionality.
Libraries are useful because they save everyone from having to waste time coding a feature from scratch.
-
Why do we need libraries?
Libraries are used to find codes that have been created by other user and can be built upon for other users use case. If there is great code out there that can be used to help build a better program, time is saved and the robustness of code has probably been battle tested. Of course, for highly customized use case, a self-written code would be more beneficial but for more common functions such as picture gallery or buttons, it might be better to use libraries which allows more focus to be on the more customized aspect of the project in mind.
Why do we need libraries?
Libraries are code that is stored on the internet for people to use and share, rather than retyping a code from scratch. We could use code that is already on Github that saves us time.
Libraries help to make code more reusable, reliable, and accessible as to not re-create what has already been done.
- Why do we need libraries?
Libraries allow us to build on top of and contribute to public stores of code that others can use in their own design.
- Why do we need libraries?
We need Library to help us accomplish some useful task in our webpage, less time wasted, also re-using of code made by other programmers instead of writing it ourself, actually its a smart way of coding.
1. Why do we need libraries?
We need libraries for reusing existing code to implement a feature, which has already been done by another programmer.
we can save time to re use code other poeple have done
-
Why do we need libraries?
In order to re-use existing code that was written already by other programmers, so we wonât waste time by writing that code again.
1. Why do we need libraries?
Instead of rewriting existing code and âreinventing the wheelâ, we can simply use a library that contains the function we want to use.
1. Why do we need libraries?
- So we do not reinvent the wheel over and over again but rather solve some real business problems