Skip to content

Commit 9a3521c

Browse files
authored
Update module-split.asciidoc
1 parent dcd907d commit 9a3521c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/build/module-split.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This also prevents cyclic dependencies on a higher level what it is a commonly a
5151
Cons:
5252

5353
* **Overhead**: +
54-
Every additional module is causing overhead as already discussed this with our extreme 2. example above.
54+
Every additional module is causing overhead as already discussed with our extreme 2. example above.
5555
* **Maintainability**: +
5656
While the maintainability can improve by splitting your code-base into a few number of modules with bigger number of modules this tips over to the oposite:
5757
With hundreds modules and according build configuration files it can get really hard to keep things consistent and trace down problems.

0 commit comments

Comments
 (0)