Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
acdha
6y ago
0 comments
Save
Share
I used to support scientists. I would not expect that unless you got the documentation published in a high-profile journal.
0 comments
4 comments · 1 top-level
top
newest
oldest
cambalache
6y ago
· 3 in thread
Heheh, from the guys who use variables such as Vo ,tm,max_p, this guy expect them to RTFM.
ummonk
6y 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
6y 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
6y 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