• magic_lobster_party
    link
    fedilink
    1817 days ago

    Agree. Software engineering is a marathon - not a sprint. These AI tools are useful to get something up real quick, but I have a hard time seeing how they can be useful for long term maintenance work.

      • @towerful@programming.dev
        link
        fedilink
        717 days ago

        The first draft is fun.
        The second draft is pain.
        The third draft is cathartic.

        Figure out features, add add add.
        Add/change features, realise the spaghetti mess and poor design decisions you made in the first draft.
        Clean everything up with better design and code.