My latest personal project would look like this:

  • Ephera@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    Apparently, this is a dogfood burger. No idea why that exists, but I’ll take it, because I’m definitely dogfooding.

    I’m building a build system. And I’ve got three previous/ongoing projects where I’m directly integrating it.
    And yeah, I’ve noticed that I’m kind of jumping between features, always just building them as far as I need them.

    And in particular, I’m not really planning ahead. For exanple, I noticed after the fact that I could easily pull out a whole feature into a separate library, and that would already be useful on its own.

    But on the plus side, it’s much easier to figure out actual requirements this way.