Y
Hacker News
new
|
ask
|
show
|
jobs
by
inigyou
1 day ago
In Python 2 you could literally do
True = False
and of course in JavaScript
undefined = "a string"
1 comments
swiftcoder
21 hours ago
The terrifying part of this in Java, is that it applies program-wide, including to constants set
before
you changed the value
link