> Le 4 avr. 2024 à 15:10, Kamil Tekiela <tekiela...@gmail.com> a écrit :
> 
> Why is passing extra arguments a problem at all?

In a parallel perfect and boring world, it is not a problem. In our world, 
disallowing extra arguments have two advantages:

* catching bugs;

* allowing to add new optional parameters to an existing function without 
fearing to break existing code.

—Claude

Reply via email to