Hacker News new | ask | show | jobs
by metaltyphoon 10 days ago
> since any use of external imports is prefixed by the package name.

And this is also one of its biggest problem, any package can take a good valid variable name that can’t be used without shadowing a package. If it only didn’t make the stupid, IMO, idea of casing for access modifiers and made struct Pascal then this wouldn’t have been a problem.