|
|
|
|
|
by goto11
1739 days ago
|
|
Sure there is huge potential for progress, but Brooks have not argued otherwise. He just states there will not be a single invention which will increase productivity 10x across the board. Just as an example, a lot of developer time is spent trying to understand some legacy code in order to apply a fix. No single programming technique or tool will make that go away. |
|
No doubt there are many small problems that solved one by one would product incremental improvements.
But there is at lease the POTENTIAL for a 10x improvement if code reuse in the presence of varying conditions was made more practical, given the radical savings massive reuse would enable.
Another single massive problem is glue code between code bases dealing with similar or relatable functionality, but using very different API's or data formats. Again, maybe that can only be addressed with numerous small incremental advances.
Glue code being a common cross-industry problem, there is at least a possibility that a widely applicable glue code generating system would replace huge amounts of manually written glue code, creating a 10x increase in productivity by both eliminating the work of writing lots of glue code, and allowing different code bases to be used together that were not economically feasible to combine before.
I am not arguing that a 10x advance is inevitable. That would make my arguments as weak as the arguments that a 10x advance is impossible. I am just point out there are large widespread inefficiencies today that could make a 10x improvement possible.
The argument that there are no single massive inefficiencies left to solve, only many small inefficiencies, because most coding is now dealing with inherent complexity instead of accidental complexity falls on its face. Both the difficulty of reuse and the difficulty of integration are huge problems of accidental complexity.