Elektrine lite

← Feed

@lesto@hachyderm.io

Post #1611514

2026-04-23 16:55 UTC

@gregkh stupid question that is not asked enough: do you think that the way rust can describe and enforce state machines and complex states/types, would generally force to build better architecture? Or, the lack of (in)adaptability of the system will be more problematic in the long run?

Replies (1)

  • @gregkh@social.kernel.org 2026-04-24 03:56

    @lesto@hachyderm.io Yes to the first, and for the second "you can always change the code to adapt over time". Make it work now, don't worry too much about the future as you don't know what it will hold.

    Open ##2904352