Libraries - Reading Assignment

Libraries are needed so that you don’t spend time rewriting code that someone else has already written.

2 Likes
  1. Libraries are useful because they can store code that somebody else has already written, and programmers can save time by applying that code in their own program.
2 Likes
  1. Why do we need libraries?
    A. We should use libraries so that we do not waste time writing code that another programmer has already written.
2 Likes
  1. We need libraries because if we use other people’s code to problems that have already been solved we can save time to code everything else.
2 Likes
  1. Allows programmers to reuse the same code base
2 Likes
  1. With using libraries the programmer can focus on developing his stuff and don´t waste time of coding something somebody has already implemented and programmed. Libraries makes also the development of code easier and faster. The functions/method within the libraries are already tested heavily. Consequently, the probability of making mistakes is also reduced.
2 Likes

Libraries are for sharing and using a code that someone has already written and shared with the rest of the developer community. Anyone can use the code and build upon it to save time and effort.

1 Like

We need libraries so that we don’t waste time developing everything from scratch, but rather useful code developed previously can be reused.

1 Like

Why do we need libraries?
To reduce the development time by re-using something that many other developers have used, tested, and refined.

1 Like
  1. Libraries are useful in programming because they allow programmers to make use of code written, tested and debugged by others. This makes it possible to perform tasks more easily and quickly, improving the efficiency level that can be reached.
1 Like

1. Why do we need libraries?
To re-use code when ever we can to save time and standardize code.

1 Like

Libraries are important, as they can help us to speed up development by not having to write all code ourselves. We can source code from libraries, that was written by someone else and reuse them.

1 Like

1. Why do we need libraries?
To have a center of information to reuse code for copypasta and efficiency.

2 Likes

A library in the coding world, is a collection of functions or code that have already been written. Utilizing a library to acess already written codes, expedites programming times and efficiencies.

1 Like

Libraries are very good to have because if someone needs to program something, there is no need to waste your time on creating a code that has already been made. They can just go to the library, install the code and start with their project from there.

1 Like
  1. To save time and brainpower from writing a piece of code that others already have created and given to the world. It’d be like refusing to learn multiplication because you didn’t think of the concept.
1 Like

1- So we don’t waste time building code that someone else has already done.

1 Like

1, We need them so we don’t waste our time, our clients time or our employers time writing code that another programmer has already written.

1 Like
  1. We need libraries so we don´t have to rewrite code for a problem that already has been
    solved by another programmer. We can simply look into a library and look for the code you need and if it is there, you can use it to save lots of time. Libraries are there to safe time and be more efficient.
1 Like

Why do we need libraries?

To save time, avoid having to re-invent the wheel, be more efficient in writing programs, and to help establish global standards

1 Like