|
|
|
|
|
by BigJono
1344 days ago
|
|
The only way it can not be noise is if you have no idea what your types are. That's a terrible way to code. If I'm working on a function foo(bar, baz), I know exactly what bar and baz are before looking at a single line of it, I've been tracing the code through to that function, how could I not know what the data types are at that point? |
|
Your described experience is the rare exception when working with third party vendors, on long lived projects, or with teams that are not trivially small.