|
|
|
|
|
by dragonwriter
1606 days ago
|
|
The problem with that compared to late-bound parameters is that you have to pass it a callable for non-default uses as well. It's nice sometimes to have a deferred (callable-supplied) default but pass immediate values for non-default. |
|