this post was submitted on 25 Sep 2023
341 points (94.3% liked)

Programmer Humor

32051 readers
1673 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] GissaMittJobb@lemmy.ml 13 points 1 year ago (3 children)

Reject Web technologies - embrace native mobile app development

Compose feels like React but without the bad JavaScript parts, really pleasant experience!

[–] veganpizza69@lemmy.world 4 points 1 year ago (1 children)

Ah, yes, let's have thousands of specialized apps, each with uniquely expiring dependencies and vulnerabilities, instead of one browser that can work with apps that are standardized for OSS, UI, accessibility, performance, inspection by humans and machines, and security.

[–] GissaMittJobb@lemmy.ml 6 points 1 year ago

Funnily enough, I've found JavaScript to be by far the worst offender for expiring dependencies and vulnerabilities.

[–] brlemworld@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

How are you supposed to develop web applications then?

[–] GissaMittJobb@lemmy.ml 7 points 1 year ago

That's the neat part - you don't.

[–] PaperTowel@lemmy.world 1 points 1 year ago (1 children)

I love Compose, creating UI is actually fun. The whole ViewModel thing though I don't love

[–] GissaMittJobb@lemmy.ml 2 points 1 year ago

I love Compose, creating UI is actually fun.

It's a good time, for sure. That being said, I've stopped working with UI, and I don't really miss it. I still do some side projects in Compose though, and it's always way better than XML.

The whole ViewModel thing though I don't love

When it clicks, it's actually not that bad imo. I think the main problem is that Google aren't really explicit enough about how to leverage them effectively, and as such they can be pretty hard to get right.