As I write Tidy Together?
Add:
- replace function call with event
- Extract/inline IEFE/lambda
Given an expression or code block, wrap it to a lambda which is immediately called.
The resulting lambda/FE can be assigned to a variable which is then moved around without changing order of execution.
> Narrow/widen parameter
Goes along with _Replace Supplier with Supplies_ and friends, which I learned from Arlo Belshee.
https://jay.bazuzi.com/Replace-Suppliers/
Add:
- replace function call with event
Add:
- Extract/inline IEFE/lambda
Given an expression or code block, wrap it to a lambda which is immediately called.
The resulting lambda/FE can be assigned to a variable which is then moved around without changing order of execution.
> Narrow/widen parameter
Goes along with _Replace Supplier with Supplies_ and friends, which I learned from Arlo Belshee.
https://jay.bazuzi.com/Replace-Suppliers/