• aeharding@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago

    But for Bitwarden, the interface is a much smaller proportion.

    Can you elaborate on that? Bitwarden’s apps use Bitwarden public API, similar to how the Voyager app uses Lemmy’s public API.

    • theherk@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      Sure. Bitwarden provides its own backend. So that backend represents some portion of their code base. In the case of Voyager, Lemmy provides the backend. So that backend isn’t a portion of your code. So Voyager is 100% frontend. Bitwarden is < 100% frontend.

      • aeharding@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        4 months ago

        I don’t really see how developing a backend or not has anything to do with the decision to build a native or cross platform app.

        • theherk@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          4 months ago

          Because it changes the risk benefit profile of the choice. Imagine that your backend is 70k hours of work and your interface is 1k hours. Managing two interfaces isn’t going to seem like nearly as big an ask so other variables may get a higher weight. Of course those numbers are contrived for the sake of explanation, but if you still don’t think there are any circumstances in which others may value the benefits of native applications over cross platform applications, that’s fine. My point is simply that it may not seem like the trouble of managing two frontends is as insurmountable as you may think.

          But I have a hard time believing you don’t think it is possible that there are any situations where one might reasonably believe it worth it.

          • aeharding@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            4 months ago

            There are absolutely reasons where a native app is worth it - I just don’t think building your own backend or not factors into that decision much.

            Maybe the point you are trying to make, is when you have enough resources/large enough company, having duplicate teams for each native app isn’t that big of a deal? I agree financially, although is is harder to technically coordinate two teams with dual releases and implementing features twice, with twice the bugs, and it slows things down. (Maybe not a big deal to Bitwarden - their app featureset may be quite stable, IDK)

            (Disclaimer - I’ve been on teams building kotlin/swift apps and also cross platform apps professionally, so this is my firsthand anecdotal experience.)

            • theherk@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              4 months ago

              I don’t disagree. I’m just saying the distribution of workload has an impact on what looks a good idea or too hard.