Skip to content

Commit 716fa4c

Browse files
author
mauritselzinga-mx
authored
Update dev-best-practices.md
Updated the description for why an app should be single purpose
1 parent 6e56e90 commit 716fa4c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/en/docs/refguide/modeling/dev-best-practices.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@ You can define the [home pages](/refguide/show-home-page/) per device and role i
336336
#### Project Size
337337

338338
Mendix apps are best built in a way that they are easily scalable through a microservice architecture.
339+
Mendix applications are ideally designed for a single purpose, focusing each app on a distinct business domain to keep functionality clear and manageable.
340+
By applying a microservice architecture, each app operates autonomously and communicates via APIs, enabling independent development, deployment, and scaling.
341+
This not only simplifies maintenance and upgrades, but also provides the highest degree of scalability, flexibility, and resilience, as each microservice can be tailored and scaled according to demand without impacting the rest of the system.
342+
Following this approach helps development teams build robust and future-proof solutions, accelerates deployment cycles, and ensures Mendix apps remain efficient and adaptable to evolving business requirements.
339343

340344
To ensure maintainability and performance, it is recommended to keep your app within:
341345

0 commit comments

Comments
 (0)