5 ms·
Those are really cool. I didn't know about them (I was also using Google Sheets :|). Perhaps because I'm comfortable writing software it still feels very limit
by the_fire_friar 5y ago
Those are really cool. I didn't know about them (I was also using Google Sheets :|).
Perhaps because I'm comfortable writing software it still feels very limiting to work within spreadsheets.
- Terretta 5y agoThink of spreadsheets as an IDE for functional programming so your brain treats them as software. Arguably, the more code works like a spreadsheet (functions transforming values, lists, or matrices) rather than stepwise ‘if this then that’ sequences, the better. Put another way, logic can be woolier than math, in that concise mathematical formulation tends to removes ambiguity when reasoning over inputs to generate outputs.