|
|
|
|
|
by duped
1611 days ago
|
|
Coming from any statically typed language to Python or JavaScript codebases this plagues me. Virtually every project I have seen suffers from this. Function names and doc comments describe behavior, not argument and return types. |
|