Then why is all my software slower, buggier, and with a worse UX?
Has the cost of building software dropped 90%?
31–40 of 744 posts
Re: Has the cost of building software dropped 90%?
#32Re: Has the cost of building software dropped 90%?
#33> I'm sure every organisation has hundreds if not thousands of Excel sheets tracking important business processes that would be far better off as a SaaS app. Far better off for who? People constantly dismiss spreadsheets, but in many cases, they are more powerful, more easily used by the people who have the domain knowledge required to properly implement calculations or workflow, and are more or less universally acce…
Author here. Of course not everything needs to be a web app. But I'm meaning a lot of core sheets I see in businesses need more structure round them. Especially for collaboration, access controls, etc. Not to mention they could do with unit testing.
That’s also the reason that so-called “Shadow IT” exists. Teams will do whatever they need to do to get their jobs done, whether or not IT is going to be helpful in that effort.
Re: Has the cost of building software dropped 90%?
#34> I'm sure every organisation has hundreds if not thousands of Excel sheets tracking important business processes that would be far better off as a SaaS app. Far better off for who? People constantly dismiss spreadsheets, but in many cases, they are more powerful, more easily used by the people who have the domain knowledge required to properly implement calculations or workflow, and are more or less universally acce…
I’m yet to see a spreadsheet workflow successfully replaced by something else.
As simple to build and deploy as Excel, but with the right data types, the right UI, the right access and version control, the right programming language that LLMs understand, the right SW ecosystem and packages, etc.
Re: Has the cost of building software dropped 90%?
#35From where I sit, right now, this does not seem to be the case.
This is as if writing down the code is not the biggest problem, or the biggest time sink, of building software.
Re: Has the cost of building software dropped 90%?
#36Copying GPL code, with global search&replace of the brand names, has always lowered the cost of software 'development' dramatically.
Re: Has the cost of building software dropped 90%?
#37Re: Has the cost of building software dropped 90%?
#38Re: Has the cost of building software dropped 90%?
#39Earlier quoted context omitted.
Author here. Of course not everything needs to be a web app. But I'm meaning a lot of core sheets I see in businesses need more structure round them. Especially for collaboration, access controls, etc. Not to mention they could do with unit testing.
Counterpoint: if a small part of the process is getting tweaked, how responsive can the team responsible for these apps be? That’s the killer feature of spreadsheets for business processes: the accountants can change the accounting spreadsheets, the shipping and receiving people can change theirs, and there’s no team in the way to act as a bottleneck. That’s also the reason that so-called “Shadow IT” exists. Teams wi…
Re: Has the cost of building software dropped 90%?
#40> I'm sure every organisation has hundreds if not thousands of Excel sheets tracking important business processes that would be far better off as a SaaS app. Far better off for who? People constantly dismiss spreadsheets, but in many cases, they are more powerful, more easily used by the people who have the domain knowledge required to properly implement calculations or workflow, and are more or less universally acce…
But it's very hard to have a large conventional cell-formula spreadsheet that is correct. The programming model / UI are closely coupled, so it's hard to see what's going on once your sheet is above some fairly low complexity. And many workplaces have monstrous sheets that run important things, curated lovingly (?) for many years. I bet many or most of them have significant errors.