7 ms·
Philosopher Flusser about 2 kinds of complexity
- mrpsbrk 14y agoStructural complexity (the internals) against functional complexity (the use) reminds me that worse is better because overengineering selects orthogonality into unimportant problem-dimensions, that is tends to enhance the structure while hindering the use.
- zenogais 14y agoIt would seem that programming languages play a big part in determining the level of structural complexity produced in a piece of software. Lisp, for example, is structurally simple while being functionally complex.