Morning all, Just a quick update to say I’m making good progress with the development and we just hit 24k email signups!

Lj

  • @Deffi
    link
    English
    11
    edit-2
    8 months ago

    deleted by creator

    • @glorious_albus
      link
      English
      81 year ago

      Pretty sure a lot of the boiler plate code would be the same like upvote/downvote, etc.

      Just that instead of telling reddit that user pressed upvote, now the app needs to tell lemmy.

      • @AshLassay
        link
        English
        61 year ago

        Exactly the UI and the model/backend are properly separated if it follows a design pattern like MVC. So it would be pretty trivial to replace the Reddit API calls with Lemmy API calls. Except for the things that don’t exactly translate one on one.

        • @bisq
          link
          English
          191 year ago

          Famous last words calling something trivial in engineering. But if there’s anyone that can it’s our man ❤️

        • @Crackhappy
          link
          English
          41 year ago

          Man. You are way more optimistic about the promises of MVC than I am. Yes it can definitely make things easier for a transition like this but I would not call it trivial.

        • @Crackhappy
          link
          English
          11 year ago

          Man. You are way more optimistic about the promises of MVC than I am. Yes it can definitely make things easier for a transition like this but I would not call it trivial.

      • @Deffi
        link
        English
        3
        edit-2
        8 months ago

        deleted by creator

        • @glorious_albus
          link
          English
          01 year ago

          It would be in lemmy’s best interests to make their APIs as close to reddit ones as possible.

          • stephenc
            link
            fedilink
            English
            51 year ago

            It’s a little late for that, Lemmy’s API is mostly in place and already being used.