Hacker News new | ask | show | jobs
by KajMagnus 2488 days ago
> This is especially true in monorepos

Not in my monorepo.

I have compile time boundaries between modules and I cannot make them particularly entangled with each other.

Maybe the problem you have in mind, is more likely to happen in dynamically typed languages? Where there's no compiler who can say "No."