|
|
|
|
|
by kroolik
1229 days ago
|
|
On the other hand, big codebases without type hints rely on their engineers remembering types of every argument. Or the functions being overly defensive. Each to their own liking, I prefer knowing what argument types a function accepts so I don't need to think about it, and focus on writing business logic. If the function could accept more types, Id just improve it. |
|