Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
acdha
5y ago
0 comments
Share
I used to support scientists. I would not expect that unless you got the documentation published in a high-profile journal.
0 comments
default
newest
oldest
cambalache
5y ago
Heheh, from the guys who use variables such as Vo ,tm,max_p, this guy expect them to RTFM.
ummonk
5y ago
Those are perfectly reasonable names since they're standard convention in engineering and science. It's like using i, j, and k for index variables in iterators; the meaning is clear due to convention.
whatch
5y ago
As someone who started learning Python with Data Science and ML courses and tutorials I overused these short names for variables in my first web apps
__s
5y ago
Modern practice is to avoid i/j/k. i for a loop is alright, but if you start nesting, start giving those names semantic tells
j
/
k
navigate · click thread line to collapse