In the programming industry like others, you will find many terms(vocabulary) which are not usual in common speech. In this article of the series about “learning how to develop web applications in the modern way”, allow me introduce to some of those terms. In case you missed reading some parts, click here to read part one or click an item in the table of contents below.
What is extending in programming?
In simple terms it’s the opposite of developing applications from scratch. In detail it means a coder will write his/her own application from the start to finish without using and relying on other programmers code. Therefore to extend is when a coder starts with someone’s code to develop an application or feature.
In Object Oriented Programming paradigm, to extend means to derive/instantiate objects which inherit features in terms of method and properties from existing class(es).
What are the advantages of extending?
My personal recommendation is to spend more time creating solutions than learning how to create solutions. In the upcoming part, share about the basic and major components of a Web application.
Merry Christmas and a marvelous New year.
I'm glad to present about "deserving to be there at the top" at the first…
A forEach loop is one of the most optimized JavaScript Higher-Order functions that make it…
In recent years, the biggest number of people I have met are characterized by the…
I promised to share my thoughts in any possible way. In fact, am happy to…
Hey beloved, Once in a while, I develop thoughts in my head, and instead of…
I remember in primary school, I had different interests compared to the ones I have…
View Comments