@msolomon.eth
- Dedupe calls and other ABI encoding into helper functions (encoding+checks get bloaty)
- Dedupe any other logic into functions
- Be smart with calldata/memory/storage keywords, avoid unneeded copies
- Avoid structs, encode data manually, especially if structs fit in one word