I do dislike Rust's namespace(module) mapping to files but I’m not certain requiring a single directory package structure is the solution as I don’t think it’s all that discouraging for having a ton of files in there… have you seen Java? If at some point you’re so concerned about compilation times you should be able to rip out modules into new crates without a problem since they are already in separate folders.
this post was submitted on 13 Jun 2023
7 points (100.0% liked)
Programming
13368 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
In Java it's really rare to see hundreds of files in a single package (dir)... do you have examples showing anything different??
Nothing I can show publically 😅
Aw shit here we go again lol.
Though as a guilty pleasure, and as a career Gopher, I can't get enough of these comparisons.