
monolithic
/ˌmɑnəˈɫɪθɪk/
A single-tiered software application with all components unified
monolithic in a sentence
“We're breaking down the monolithic application into microservices.”
Origin of monolithic
From Greek monos (single) + lithos (stone)
Related Words
immutable
Unable to be changed after creation
polymorphism
The ability of objects to take many forms
encapsulation
Bundling data with methods that operate on that data
singleton
A design pattern restricting instantiation to one object
dependency injection
Supplying dependencies to an object rather than creating them internally
continuous integration
Frequently merging code changes into a shared repository