Hacker News
new
past
comments
ask
show
jobs
points
by
the_other
5 hours ago
|
comments
by
jakelazaroff
1 hours ago
|
[-]
In "programmatic" code, declaring two classes with the same name in the same namespace is generally either some sort of syntax error or one will "shadow" the other; it doesn't just
silently merge the behavior of both classes
.
reply