Y
Hacker News
new
|
ask
|
show
|
jobs
by
dukoid
2209 days ago
In some countries (such as Germany), a comma is the official decimal separator -- so v += 1,5 will look quite innocent...
2 comments
einpoklum
2209 days ago
That's a valid point, but
v += 1.500
may be just as confusing.
link
thebruce87m
2209 days ago
A valid point. Nice.
link
anoncake
2209 days ago
Only if you forget whether you're reading German or C++.
link
v += 1.500
may be just as confusing.