this post was submitted on 29 Apr 2024
316 points (100.0% liked)

Programming

16971 readers
350 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 53 points 4 months ago (2 children)

You shouldn't have ever been recommending dart or flutter.

Python ain't going anywhere tho

[–] [email protected] 9 points 4 months ago* (last edited 4 months ago) (2 children)

You shouldn’t have ever been recommending dart or flutter.

Why not?

[–] [email protected] 33 points 4 months ago (1 children)

I would argue so, because Google has quite a reputation for killing projects: https://killedbygoogle.com

Especially with a programming language or framework, you don't want to invest in it, only to find out that it's going on the chopping block.

[–] [email protected] 2 points 4 months ago

Even if Google laid off staff for the Flutter and Dart team, I don't think those two will be going anywhere any time soon. Mostly because a huge majority Android ecosystem is based on them, still a stupid decisions of them.

I hope this doesn't age like milk.

[–] [email protected] 19 points 4 months ago (2 children)

I'm mostly just biased because I do native mobile development but flutter has always seemed like a false economy to me. You're trying to build cross platform but it'll take more than 2x as long as building each platform to get the same quality of experience. So either you have a shittier experience or you take even longer than true native dev.

But I'm obviously very biased here.

[–] [email protected] 13 points 4 months ago (6 children)

I've used it before and it's got it's pros and cons. Ultimately the big thing is not all apps need to be the "killer app". Some apps are pretty simple, so a one size fits all can be nice. It's definitely not the same as developing natively, but for small teams/apps it's not too bad.

[–] [email protected] 3 points 4 months ago

If you're prioritizing cost, you should probably already be building a web application imo. There's very few cases where I would recommend cheaping out and building a native app, it's just kind of unsound.

[–] [email protected] 3 points 4 months ago

If you're prioritizing cost, you should probably already be building a web application imo. There's very few cases where I would recommend cheaping out and building a native app, it's just kind of unsound.

[–] [email protected] 3 points 4 months ago

If you're prioritizing cost, you should probably already be building a web application imo. There's very few cases where I would recommend cheaping out and building a native app, it's just kind of unsound.

[–] [email protected] 3 points 4 months ago

If you're prioritizing cost, you should probably already be building a web application imo. There's very few cases where I would recommend cheaping out and building a native app, it's just kind of unsound.

[–] [email protected] 3 points 4 months ago (1 children)

If you're prioritizing cost, you should probably already be building a web application imo. There's very few cases where I would recommend cheaping out and building a native app, it's just kind of unsound.

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago) (3 children)

It looks like your reply got submitted multiple times.

I agree with you now about preference for web apps, but that was not the case when Google started pushing Flutter.

[–] [email protected] 4 points 4 months ago

Looks like my Lemmy-client of choice did some retrying when I had poor connection, sorry about that.

I think trying to go cheap on native apps was always kind of a fool's errand, tbh. Cordova, Xamarin, React Native and so on - all pretty sub-par solutions leading to poor experience without actually materializing the desired savings.

[–] [email protected] 1 points 4 months ago

Looks like my Lemmy-client of choice did some retrying when I had poor connection, sorry about that.

I think trying to go cheap on native apps was always kind of a fool's errand, tbh. Cordova, Xamarin, React Native and so on - all pretty sub-par solutions leading to poor experience without actually materializing the desired savings.

[–] [email protected] 1 points 4 months ago

Looks like my Lemmy-client of choice did some retrying when I had poor connection, sorry about that.

I think trying to go cheap on native apps was always kind of a fool's errand, tbh. Cordova, Xamarin, React Native and so on - all pretty sub-par solutions leading to poor experience without actually materializing the desired savings.

[–] [email protected] 2 points 4 months ago

If you're prioritizing cost, you should probably already be building a web application imo. There's very few cases where I would recommend cheaping out and building a native app, it's just kind of unsound.

[–] [email protected] 2 points 4 months ago (1 children)

Flutter can be socialized for mobile OR desktop OR web. Having all three in a codebase requires lots of code and alternative layouts to properly handle each platform. It's not a "one size fits all" solution, actually to the absolute contrary it's a solution that you have to tailor to the UI you want to build.

I'm making desktop apps with Flutter (it's awesome) and my apps can't ever possibly hope to run on mobile. I'd have to remake most of the damn thing in order to make layouts for mobile.

[–] [email protected] 0 points 4 months ago (1 children)

Right but instead of a toy language there's Kotlin which is already multiplatform.

I just struggle to see why another language needed to be invented to do this.

[–] [email protected] 5 points 4 months ago

Dart does some things better than Kotlin and KMP is a joke compared to Flutter

Trust me on this and go learn it yourself

Also Dart compiles to machine code, Kotlin is JVM

[–] [email protected] 2 points 4 months ago

Python is going to die eventually. It's too slow and the infrastructure is too painful for it to survive super long term.

It's ridiculous popular now though so it's going to take decades to die down.