|
|
|
|
|
by AstralStorm
2903 days ago
|
|
In practice of many years, I haven't found iterative approach to produce either simple or easily maintainable code. If tends to grow rings instead. Each layer is relatively simple but altogether neither it is performant nor simple. The simple code of present was almost always written by someone who understands the problem domain really well in one or two tries. |
|
This is one of the reasons why I am suspicious about the long-term saliency of so-called "smart contracts" on the blockchain. The immutability of code, while super amazing for digital assets, seems like a horror-show of a liability for dApps.