• Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 days ago

    Did you not do code reviews? It’s the main thing I would miss. Being able to comment in-line, and manage iterations, is very valuable to me.

            • solrize@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              15 hours ago

              What does that even mean? If it’s a service, it’s a program running on some computer somewhere. Is that not hosting?

              • Kissaki@programming.dev
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                4 hours ago

                They were talking about hosting the git repository via sftp - so bare file transfer - a bare repository. And how that was enough for them.

                While that is also hosted, and hosted through a service, it’s only a file transfer service and hosting.

                That means specifically without a hosted service like a forge or gerrit.

                Which is why I was interested in how they handle stuff that is usually done through such forges and services / hosted software.

                • solrize@lemmy.world
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  3 hours ago

                  Oh I see. The Linux kernel has been doing fine with mailing lists (LKML) for decades, if that helps.

    • mesa@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 days ago

      We did. You bring down the branch and then discuss. We used jetbrains and it had a function like that. But it was a while back.