Skip to content

Commit f314219

Browse files
authored
Update and rename module-structure.asciidoc to module-split.asciidoc
1 parent cc02c22 commit f314219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/build/module-structure.asciidoc renamed to documentation/build/module-split.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
:toc: macro
22
toc::[]
33

4-
= Module-Structure
4+
= Module-Split
55

6-
If you have a non-tivial software project you should ask yourself how to structure your code into modules.
6+
If you have a non-tivial software project you should ask yourself how to split your code-base into modules.
77
This article tries to abstract from concrete build tools like maven, gradle, npm, or the like since that should not really matter.
88
To understand the impact of splitting your code-base into modules, we first want to look at the two extremes:
99

0 commit comments

Comments
 (0)