|
|
|
|
|
by dpcx
2398 days ago
|
|
The big thing enabled by them is not needing to `use ($variable)` to pull a variable in to the scope; however, IMHO, that actually then adds cognitive overhead to the system - I personally will stick to "fully" generated closures. |
|