Log in

View Full Version : Simpler code structure



charlesprabhu
07-27-2021, 07:51 AM
Another problem with a monolithic application is that it is difficult to know exactly what is in the executable software, which means that due to the contribution of the code from another group, the code of this group may be in one group Security issues.

Microservices can help solve this problem because the code is broken down into specific executable files. Organizations usually have a development group that is fully responsible for all code running in a single service.

Electrum
07-27-2021, 11:46 AM
Simpler code structure. This is a discussion on Simpler code structure within the Programming forums, part of the Web Designing & Development category; Another problem with a monolithic application is that it is difficult to know exactly what is in the executable software, ...