Libraries - Reading Assignment

Programmers usually don’t write their own code for everything. They usually use other people code for what they are trying to build. This saves time, and allows for less experienced coders to do things. It also creates a lot of uniformity for styles and methods throughout the coding world.

1 Like
  1. So we dont waste our time with writing code someone else has already written.\
1 Like
  1. We need libraries in order to use and look at other developers’ code and documentation so even more developers don’t need to waste their time writing code that has already been written.
1 Like

In order to avoid spending our time coding functionalities that already exists on the internet.

1 Like
  1. Why do we need libraries? - so that we can use code that already exists. Rather than solving a problem every time, we can use an existing solution and save time.
1 Like

They are used to save time. Not to waste time writing a code that already exists.

1 Like
  1. We need libraries because as programmers we should re-use existing codes when we can.
1 Like

We need libraries to reuse code we made once before. This gives us the abilities to build on top of it and re-using code we once wrote.

1 Like
  1. Libraries provide functions which other programmers have developed which are shared with the world so that other programmers do not need to recreate the code and can move their programs ahead faster.
1 Like

Why do we need libraries?
Libraries are very useful repositories that allow us to add functionalities to our website. Since all the code has been already tested and debugged it saves time, tryouts and keeps our final code cleaner. In the end libraries allow us to focus on what’s important - we just need to structure our website, read the documentation, and implement each function in its place.

1 Like

Libraries allow us to use open source code for simple functions such as login forms that we would otherwise need to create ourself.

1 Like

We need libraries to store all of our code in one place, having readability, portability, and reusability.

1 Like
  1. We need code libraries so that we can reuse code and functions that have already been written and not have to create every piece of code ourselves. This is a much more efficient way of working as you can build onto of other peoples previous work and save yourself time.
1 Like
  1. Why do we need libraries?

to save time and simplify the whole programming process. No need to re-invent the wheel.

1 Like

As a means to quickly and easily obtain access in order to reuse code.

1 Like

libraries are provided by other friendly coders oder companies to let us use their code, so we don’t waste our time by implementing something that already exists and develop something new. It’s all aout progress.

1 Like

To help ourselves working faster by using code that already has been written.

1 Like
  1. Why do we need libraries? In order to save time by reusing existing code for common tasks.
1 Like

We need libraries to minimize the time it takes to create the type of code it is already built in a library. It simpler, cleaner and more efficient.

1 Like

JS Libraries allow us to reuse code and helps us save time.

1 Like