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: documentation/build/module-split.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ This also prevents cyclic dependencies on a higher level what it is a commonly a
51
51
Cons:
52
52
53
53
* **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.
55
55
* **Maintainability**: +
56
56
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:
57
57
With hundreds modules and according build configuration files it can get really hard to keep things consistent and trace down problems.
0 commit comments