Changes between Initial Version and Version 1 of Ticket #33369, comment 7
- Timestamp:
- 08/26/2015 02:36:11 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33369, comment 7
initial v1 3 3 Whether or not I've explicitly passed a parameter, should not have any effect on the output. We commonly rely on the defaults being the defaults. Excluding a default parameter from the args I'm passing to the function is not an implicit waiver that I don't care about that arg. I'm merely trying to make my code more sane, and not the list 20 or so default arguments to a function whenever I call it. 4 4 5 This seems a lot like #22673.5 This feels a lot like #22673.