Libraries - Reading Assignment

We should 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

Why do we need libraries?

To avoid rewriting existing code when we can, so that we do not waste time writing the code some programmer has already written. A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage.

1 Like
  1. Why do we need libraries?
    To save time, instead of writing the whole code
1 Like

so that you don’t waste your time writing code that another programmer has already written.

1 Like

We need libraries because they save time by re-using code of which other programmers have already written.

1 Like

Well we can write our own JS code but libraries allow us 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. Libraries allow us to re-use existing code so we don’t have to start from scratch with a problem that someone else has already solved making the code available.
1 Like

Libraries are good source of existing code, which could be used by programmers instead of coding something from scratch. Very helpful tool to make your development more efficient.

1 Like

1. Why do we need libraries?

It is much easier and efficient to go to a library and get a piece of code to use that someone else created to accomplish a task than it is to create our own version of it ourselves.

1 Like

Libraries are necessary to streamline processes and focus more time and attention to matters that require more attention.

1 Like
  1. We use libraries to gain time by reusing other people’s code, functions etc
1 Like
  1. It enhances our work, makes coding more easier and faster.
1 Like

We need libraries so that we as developers can save time by re-using code from other programmers.

1 Like

Why do we need libraries?

We do not need to innovate ; reusing code is just easier.

1 Like

1. Why do we need libraries?

Libraries are useful sources of existing code that programmers can use in order to save practical amounts of time.

1 Like

Libraries are js code ready for consumptions. It´s great that devs shared their code for everyone to be quicker and more efficient when developing a web page.

1 Like

A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage. Having a reference of files to use and build upon to make programming less redundant…

1 Like
  1. We can import existing libraries to use code from some other programmer. We can save time by not having to write everything from scratch.
1 Like
  1. Why do we need libraries?
    To reuse code so we do not waste our time writing code that another programmer has already written.
1 Like

A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage by using libraries it facilitates and also saves time for the programmer by
re-using others code.

1 Like