Libraries - Reading Assignment

Hi @Tesla,

Well, there are websites like Vix.com and squarespace.com that help you do such a thing. However, they have some limitations on scalability and ownership of the actual code. So there are pros and cons for both approaches.

Happy Learning! :slight_smile:

1 Like

We need libraries because they allow us to utilize code that has already been written by others or ourselves, which allows us to save time and effort.

1 Like
  1. a libary is a file that contains a lot of useful function which you can always reuse. The reuse of code saves time.
1 Like
  1. Why do we need libraries?

We can utilise libraries to speed up our development of programmes and code by utilising code that has been stored within them that enables us to do what we are looking to achieve, so for example a library may have a function or multiple functions that achieve an outcome I require for my code and rather than me writing the code I can utilise that, that is within the library that does what is needed, saving time and effort.

1 Like
  1. We need libraries in order to use code that is already written. This will save time for the programmer and allow anyone to build upon the code of others.
1 Like

1.- Libraries allow to re-use existing code which save us time and maintain focus only on main development

1 Like

we use libraries so we don’t have to re-invent the wheel each time.

why program something when some one has already done it.

1 Like

To save time by using code that others have already tested and shared.

1 Like

We need libraries, because we don’t want to waste time with writing a piece of code that someone has already written. In JavaScript we use a library - file that contains a bunch of functions.

1 Like

We need libraries to contribute our work for others to build upon. We also need them to work more efficiently by building atop the work of others. This helps the programming community grow faster and stronger.

In order not to waste time to do what has already been done.

1 Like
  1. We need libraries when we want to use an already written code and use it on our webpage.
1 Like
  1. Why do we need libraries?
    We need libraries because of the efficiency in writing codes. If a programmer has already written a function for a specific purpose, others can use it to save time.
1 Like
  1. Basically to save our programming/coding time. In libraries there are many already written codes(functions) that we can use to improve our own code.
1 Like
  1. To avoid wasting time writing code that another programmer has already written.
1 Like
  1. We need libraries to save time and use programs that other developpers have built.
    So we can build on top of their work.
1 Like
  1. So we don’t have to waste time solving problems that other developers have already solved.
1 Like

Why do we need libraries?
A library is a JavaScript file that contains a bunch of functions, that we can re-use the existing code for our own website coding.

1 Like

Libraries allow us to re-use code that already exists. Libraries are found on servers everywhere, and are different libraries for different use-cases. A library is a file that contains a bunch of functions. There are libraries for everything from image display to CSS to mobile functionality, and everything in between!

1 Like

1.) Libraries allow us to save time by re-using code that has already been written. These libraries contain specific functions which the user can efficiently source that has been previously written so programmers don’t spend time rewriting code for the same functions.

1 Like