Skip Navigation
"Clean" Code, Horrible Performance in Rust
  • Keeping the clean version around seems dangerous advice.

    You know it won't get maintained if there are changes / fixes. So by the time someone may needs to rewrite the part, or application many years later (think migration to different language) it will be more confusing than helping.

  • Linking parts of the codebase such that changing one forces reviewing the other ?
  • If it's a microservice architecture using something like openapi and code generators could be a solution. Then the proper classes / types are created during the build step.

    Does not avoid the fields being unused, or service B using an older version before being rebuild.

    The approach would be similar as a library, but works across different languages while changing the definition only on one place.

  • Looking for directions to re-write my program
  • You couldn't find a gui designer for intellij, so you consider rewriting the whole application? in C++?!

    Would seem easier to learn that ui framework.

    For UI maybe look into javafx as an alternative. I haven't used it, so can't tell how the design process goes. But it seems to be the only current ui framework for Java.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
    coloredgrayscale @programming.dev
    Posts 0
    Comments 109