I want to modularize a codebase further to improve...
# compiler
r
I want to modularize a codebase further to improve build times. A fun idea I had was to make module boundaries such that most historical commits only touch one module. What is a good way to algorithmically create such a grouping of files into modules?
k
If new Kotlin BE would improve build time, you might wanna wait for it first before you decide on modularization.
r
Tried the new BE, does improve a lot but I needed the modularization too. Which turned out great.
🙌 1