You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: get-started/about.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,6 @@ In general, we always propose that approach:
131
131
> 3. loosely coupled, coarse-grained subsystems with separate lifecycles
132
132
> -**False** reasons are: distributed development, modularization, isolation, ... → there are well established and proven better ways to address these things, without the pain which comes with microservices.
133
133
134
-
[See also the anti pattern of *Microservices Mania*](bad-practices#microservices-mania) {.learn-more}
135
-
136
134
137
135
138
136
### Parallelized Workflows
@@ -349,7 +347,6 @@ Of course, we also make mistakes and errors in CAP, but ...
349
347
- And this effect increases with steadily growing adoption of CAP that we see, ...
350
348
- And with the open culture we established successfully, for example, **open issue reports** in GitHub, that is, the standard out there, instead of private support tickets — a relict of the past.
351
349
352
-
> Note that all of this is in contrast to code generators, where you can't fix code generated in the past → see also [*Avoid Code Generators*](bad-practices#code-generators) in the anti patterns guide.
353
350
354
351
### Minimized Lock-Ins
355
352
@@ -378,7 +375,7 @@ Keeping pace with a rapidly changing world of volatile cloud technologies and pl
378
375
379
376
- AI provides tremendous boosts to productivity → for example:
380
377
-**Coding Assists** → for example, by [GitHub Copilot](https://github.com/features/copilot) in `.cds`, `.js`, even `.md` sources
Copy file name to clipboardExpand all lines: get-started/best-practices.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,6 @@ Don't confuse CAP services with Microservices:
280
280
281
281
CAP services are important for how you *design* and *implement* your applications in clean and modularized ways on a fine-granular use case-oriented level. The primary focus of Microservices is on how to cut your whole application into independent coarse-grained(!) deployment units, to release and scale them independently.
282
282
283
-
[Learn more about that in the *Anti Patterns* section on Microservices](bad-practices#microservices-mania) {.learn-more}
284
283
285
284
## Events
286
285
@@ -636,7 +635,6 @@ Not only do we address the very same goals, we can also identify several symmetr
636
635
>
637
636
> CAP is very much in line with both, the intent and goals of Hexagonal Architecture, as well as with the fundamental concepts. Actually, CAP *is an implementation* of Hexagonal Architecture, in particular with respect to the [*Adapters*](#protocol-adapters) in the outer hexagon, but also regarding [*Application Models*](#application-domain) and [*(Core) Domain Models*](#application-domain) in the inner hexagon.
638
637
639
-
[Also take notice of the *Squared Hexagons* section in the Anti Patterns guide](bad-practices#squared-hexagons) {.learn-more}
0 commit comments