notes:
- variables define relationships. don’t use absolute numbers.
- aim for code to be brittle.
- when looking at complex algorithms to replicate, make a logic sandwich — start with the output, and the lowest level input. bridge the two.
- spoke about linear versus non linear (exponential .. ) time.
- mimi yin said “you can’t change without a memory”, in context of variables. stands true for life.