Activity

  Dennis Hackethal addressed criticism #3718.

From my article:

[D]epending on context, being hard to change can be a bad thing. For example, ‘tight coupling’ is a reason software can be hard to change, and it’s considered bad because it reduces maintainability.

#3718​·​Dennis HackethalOP, 7 months ago

@edwin-de-wit recently asked Deutsch about this:

… hard to vary can also be a property that you don’t want. Sometimes they say that complicated systems are just so entangled that they’re no longer changeable. You could call that hard to vary but it’s not a property you pursue.

Deutsch’s reply:

Quite so. So hard to vary is about explanations, not about end products. So the end product should be easy to vary, if you want to. But it should be hard to vary in the sense that you don’t want to.