What is open source?

Open source is source code that anyone can use, modify, and distribute for any purpose. Source code can be said to be like a blueprint for a program.

A typical example of such open source software is
WordPress
, which is a type of
CMS
.

Characteristics of open source software

With open source software, the program itself is distributed free of charge. This means anyone can get the program for free, use it and customize it however they want, saving money and time.

Another advantage is that we have a wealth of knowledge in matters such as customization due to the overwhelming number of users. On the other hand, if there is a problem, you will have to deal with it yourself, so you are required to have a certain level of knowledge.
Also, unlike paid programs, the developer is not responsible for providing the program, so there are disadvantages such as security concerns and lack of support.

Reference article


