TWIL July 4th 2025
- A database column existing does not necessarily mean it's being used
- even if it's named after the thing you're looking for
- especially when working on a legacy application
- You probably don't want to parse, compress and 9MB of JSON before your React app can do anything
- You especially don't want to iterate over all that data 14 separate times rather than doing a single loop
bundle config shows you all the custom config which applies to the directory you're in, and paths to the files which set it