3 Comments

Add:

- replace function call with event

Expand full comment

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.

Expand full comment

> Narrow/widen parameter

Goes along with _Replace Supplier with Supplies_ and friends, which I learned from Arlo Belshee.

https://jay.bazuzi.com/Replace-Suppliers/

Expand full comment