|
|
|
|
|
by wokwokwok
1250 days ago
|
|
The point I’m making isn’t that you can write bad r code; you can write bad code in any language. …the point I’m making is that when you already have bad r code, it’s a massive pain in the ass. Bad python is terrible too, but lots of people know python, and it’s easy to find help to unduck bad python code and turn it into maintainable code. That has not been my experience with r. Ever. At any organisation. Your experience may vary. (: |
|
Do you think it’s because R code tends to be written by statisticians and stats-adjacent domain experts who don’t necessarily know how to write clean code while Python code has at least some input from actual programmers? Or is this really down to the language itself?