1.) Why do we need libraries?
We can re-use existing code which was written by other programmers. That saves us time.
1.) Why do we need libraries?
We can re-use existing code which was written by other programmers. That saves us time.
We use libraries because they provide us with code templates (tools) for us to build (webpages). The existing tools are effective and it becomes a matter of building new webpages; not new tools. Furthermore, libraries serve as appendices to webpages, serving as instruction manuals or blueprints for the structure/ style/ syntax of the webpage. Finally, they help prevent incompatibility within or amongst programmers.
Why do we need libraries?
The use of libraries, stops developers from reinventing the wheel and re-writing a similar piece of code over and over again. There are time and accuracy benefits. Libraries should also have good documentation, which again means the developer does not have to put as such detail into the comments of what is being created. Use of libraries can also provide standardisation either at personal developer or even organisational level.
To reuse code rather than wasting our time by âreinventing the wheelâ every time (as many others here have said.)
To âre-use existing code when we can, so that we donât waste our time writing code that another programmer has already writtenâ
We need to make use of reusable bundles of code that other people developed so nicely for all of us to use. This is insane, I never thought of it as Lego blocks but it makes a lot of sense. Also a developers life easier.
We need libraries to save the time when coding. From library we can re-use existing code and implement it to our work.
Why do we need libraries?
As programmers, we should re-use existing code from libraries, so that we donât waste our time writing code from scratch.
Hi everybody⌠please remember to give a like if you see this so I dont feel so lonely while doing this course!!1
Libraries are some pieces of code publicly available (sometimes), which already have common functionalities ready to operate. Its very useful to have these as a resource in order not to code everything by your self. It seems that sometimes you would need to pay something or ask for permission to use the libraries, in case that its intended to be used in a public website or a business website.
you nailed it!!!1
Gee, thanks, Javier! Appreciate it.
To re-use existing code when we can, so that we donât waste our time writing code that another programmer has already written.
So we donât have to do same js programming over and over again. It saves a lot fo work for the programmer.