jack_ruru

↗ HN profile [ 38.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I built a visual editor that represents Excel formulas as blocks, making it easier to inspect, refactor, and reason about complex formulas structurally. Frockly is not an Excel replacement. It focuses on understanding…

  2. When Excel formulas get large, I often lose track of what’s actually happening. I’m wondering whether representing formulas structurally (instead of plain text) could make them easier to read and modify, but I’m not…