Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
lou1306
7mo ago
0 comments
Share
`printf`/`str.format` are also prone to nasty failures: if you forget a variable (e.g., `str.format("{} {} {}", 0, 1)`), you only find out when you crash with an IndexError at runtime.
0 comments
default
newest
oldest
zahlman
7mo ago
I would expect that linters can pick up this sort of thing pretty easily.
j
/
k
navigate · click thread line to collapse