84.3k views
0 votes
Disadvantage of monolithic programming​

User Markella
by
4.1k points

1 Answer

3 votes

Answer:

=Tight coupling between components, as everything is in one application.

=Less reusability.

=Large code base; tough for developers and QA to understand the code and business knowledge.

=Less Scalable.

=Does not follow SRP (Single Responsibility Principle)

=More deployment and restart times.

User Nesrin
by
3.9k points