this post was submitted on 01 Jul 2023
2250 points (98.6% liked)

Sync for Lemmy

15094 readers
4 users here now

👀


Welcome to Sync for Lemmy!

Download Sync for Lemmy


Welcome to the official Sync for Lemmy community.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Community Rules


1- No advertising or spam.

All types of advertising and spam are restricted in this community.



Community Credits

Artwork and community banner by: @[email protected]


founded 1 year ago
MODERATORS
 

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

Lj

you are viewing a single comment's thread
view the rest of the comments
[–] glorious_albus 8 points 1 year ago (2 children)

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 6 points 1 year ago (3 children)

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 19 points 1 year ago

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

[–] Crackhappy 4 points 1 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 1 points 1 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.