Skip to content

Commit 1ec3e82

Browse files
committed
enahanced ddd
1 parent e0ac72b commit 1ec3e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-developer-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To better understand the capabilities of each layer within an IDP, let's examine
9696
|-------------------------------------------------|-------------------------------------------------------------------------------------------------------------|
9797
| **Enterprise Software Engineering** | |
9898
| API-first development | Focuses on designing and building APIs first, ensuring robust and scalable integrations. |
99-
| Domain driven design | Structures software around business domains, improving alignment with business objectives. Implementing this using a [cell-based architecture](https://github.com/wso2/reference-architecture/blob/master/reference-architecture-cell-based.md) enhances modularity and scalability. |
99+
| Domain driven design | Structures software around business domains, improving alignment with business objectives. Implementing this using a [cell-based architecture (CBA)](https://github.com/wso2/reference-architecture/blob/master/reference-architecture-cell-based.md) enhances modularity and scalability. The multi-level modularity for agile teams is a critical feature for an IDP as it aligns development teams with business capabilities, promotes collaboration, and facilitates the delivery of high-quality software. This approach is based on Conway's Law and is also aligned with the principles of DDD and CBA. |
100100
| Microservice architecture | Breaks down applications into smaller, independent services, enhancing flexibility and scalability. |
101101
| Test driven development | Emphasizes writing tests before code, ensuring high code quality and reducing bugs. |
102102
| Automated DevOps | Integrates development and operations through automation, streamlining workflows and reducing manual efforts. |

0 commit comments

Comments
 (0)