M
Marian Edu
Guest
Hehehe, definitively not the first time a bug gets promoted to a feature
I can imagine the use case that started all this... someone had a internal entry with an input parameter then though he need to send some updates back so turn the param to input-ouput. The only think that he had to do was to update every line where the code was called but somehow managed to convince TS it might be a good idea to just do the upgrade silently and let him keep on calling with the default direction (input), if you specify input when calling the method the compiler will catch that though.
Continue reading...
Continue reading...