Hacker News new | ask | show | jobs
by thefounder 3065 days ago
For some reasons most of the swift code I've seen doesn't use any namespace/prefix when it calls various functions from different "modules". It's used just like C "include"
1 comments

You only have to qualify what module something is from if it would otherwise be ambiguous.