Comment by estearum
4 hours ago
This describes large companies everywhere
I encountered oil wells essentially controlled by post-it notes passed around an office.
4 hours ago
This describes large companies everywhere
I encountered oil wells essentially controlled by post-it notes passed around an office.
Maybe they found the PostIt notes worked better than whatever software they tried.
Many such cases
I distinctly remember reading that the entire bill of materials for building a Boeing 747 was managed in Excel. I have not been able to find that claim since then but it was so amazing to me that I remember it.
It doesn't really make sense as I think about it now, because the 747 design predates Excel by many years so maybe it was BS.
Assume that later models of the 747 were managed in Excel. No trolling: What is wrong with that? You can write insanely powerful software using (1) formulas on the sheet (which are essentially functional programming) and (2) imperative logic in VBA (HTTP calls, database calls, file system, etc.). For years, I used this model and wrote pretty powerful software. Sometimes, I miss it for the encapsulated system. These days, in "biz dev" (internal software), it seems like the Excel model was replaced with an Electron front-end (HTML/CSS/JS) with Java back-end.