Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Wolog
on June 13, 2018
|
parent
|
context
|
favorite
| on:
A newcomer’s (angry) guide to R
The danger is that you can intend to type
if(b < -9)
and instead type
if(b <- 9)
The latter always evaluates to true and assigns the value you're trying to compare with to your variable. This can be extremely difficult to catch and detect, especially for people who aren't software developers. They aren't writing unit tests.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: