Skip to content

Commit f5ac0cd

Browse files
authored
Update module-split.asciidoc
1 parent f314219 commit f5ac0cd

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
@@ -11,7 +11,7 @@ To understand the impact of splitting your code-base into modules, we first want
1111
2. You put every main artifact (source code file, class, etc.) into a separate module.
1212

1313
You might easily see that 2. does not really make sense and causes a lot of overhead.
14-
In case you split your code-base into modules you should follow clear business criteria and follow Separation of Concerns (SoC).
14+
In case you split your code-base into modules you should follow clear business criteria and Separation of Concerns (SoC).
1515
However, 1. is a valid option espcially in smaller projects.
1616
Anyhow, we want to discuss these two extremes to better compare aspects like build-time and developer joy.
1717
Obviously if you compare 1. and 2. you can easily see that with larger code-bases 2. is much slower:

0 commit comments

Comments
 (0)