Libraries - Reading Assignment

  1. Why do we need libraries?
    To reuse code that someone else already has written.
1 Like
  1. We need libraries because they allows us to reuse code that other developers already have written
1 Like

To save time and effort. It is also safer to use code that we know has been checked by many people and has been proven to work safely in real world applications.

1 Like

Libraries enable programmers to re-use existing code, thereby saving the programmer a lot of time writing code that another programmer has already written.

1 Like
  1. Why do we need libraries?

Because they extend our program code and functionality. It would be insane and extremly timeconsuming to program all functionality by yourself when there are thousand of libraries out there you can use mostly for free.

  1. Why do we need libraries?
    So we can use existing code instead of writing new code
1 Like
  1. Why do we need libraries?
    To build upon existing code and not bother with wasting time on writing codes that others have already written.
1 Like

Why do we need libraries?
We need them to re-use existing code when we can, so that we don’t waste our time writing code that another programmer has already written.

1 Like
  1. We need libraries to save time while coding. The code within the library allows programmers to build on top of or reuse code rather than re-writing it from scratch.
1 Like
  1. Why do we need libraries?
    we need them for not writing usable codes all over again.
1 Like

We need libraries to save time als a programmer and to reuse the existing code from another programmer

1 Like

We use libraries to copy code that has already been written, making the process for building things in javascript more efficient.

1 Like

Why do we need libraries?

A Library is a JavaScript file that contains a bunch of functions. It can save programmers time as they can re-use existing code and not waste time writing code another programmer has already written.

1 Like
  1. Why do we need libraries?
    so that we don’t waste our time writing code that another programmer has already written.
1 Like

To enable reusability across the community of developers

1 Like

We need them for faster and more effizient coding. It dosent make sense to reinvent the wheel, when there is already a better way available.

1 Like

We need libraries to save time by reusing already written functionalities in a javascript code.

1 Like
  1. They save time and increase efficiency by facilitating the easy use of pre-existing code. An added benefit is that this allows us to focus on the current project rather than stopping to reinvent the wheel every time.
1 Like

We need libraries so that we won’t have to write code that other developers have already written.

1 Like

The libraries are saving time for the programmers as they can use others` code and they do not need to build everything from scratch.

1 Like