this post was submitted on 13 Jun 2023
1 points (100.0% liked)

Programming

13345 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
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 year ago (1 children)

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.

[–] [email protected] 0 points 1 year ago (1 children)

In Java it's really rare to see hundreds of files in a single package (dir)... do you have examples showing anything different??

[–] [email protected] 1 points 1 year ago

Nothing I can show publically 😅