Y
Hacker News
new
|
ask
|
show
|
jobs
by
madia_leva
1890 days ago
Or have a good package system... If you use a language with import with aliases, you don't need all that noise.
1 comments
thu2111
1890 days ago
Java has such a system but people write long class names anyway, because people don't like to have too many types with identical names distinguished only by namespace. You
can
do it but it's a bit questionable to what extent you should.
link