Exciting stuff! In particual I really like how neatly organized the project roadmap is, with a quick glance at the project GitHub page I can tell what you guys are working on and how development is proceding.
Also, props for using a widely established language like Java. I know Rust has lots of advantages and is all in all an awesome language, but having to learn a new language just to be able to contribute and submit PRs to your favourite open source project kinda kills the hype (and takes away a bunch of time).
Honestly i don’t think these are good enough reasons to create a new project, there are other open source reddit alternatives and non of them toke off, it’s hard to build a project like that and having NLNET funding might have made it seem easier then it is.
Forking might have been a better options, or just developing a sever addon API so you could create plugins like on wordpress or discourse.
I tend to believe competition is good but in this case it seems like it will just fragment the already limited resources of the fediverse.
I warned someone that the project he started probably won’t replace an existing popular project and eventually he seems to have abandon it, he could have spend that time improving the existing project.
I realize this is not feel good advice and i could be wrong, but i felt like i should say it.
all this because of misuse of the latest
tag and unwillingness to downgrade the version? lol seems a little excessive but hopefully it turns out good
I’m all for competition within the Fediverse (that’s a big strength of the Fediverse if you ask me). I just wish we’d move on from Java and other exception-based languages.
What @asdfasdfasdf@lemmy.world said, but also they kind of have the same problem as goto. The control flow becomes very complicated and you can jump from one place in the code to another extremely far away.
Spooky action at a distance, basically.
Exceptions opt out of the type system. The problem with them is the same problem as null. Here’s a video of the creator of null explaining: https://www.infoq.com/presentations/Null-References-The-Billion-Dollar-Mistake-Tony-Hoare/
Null and errors are just values at the end of the day, and should be treated as such. Doing so means your code is far easier to reason about.
Rust takes this approach and is one of the many reasons people love it so much.
Because exceptions are old and the new (recycled) kids are much more fun to play with? Or people yearn to implement the low level switch-case pattern error matching mechanism all over again, which try-catch-exceptions were solving.
I think there is no moving on from a paradigm as long as it has a function.
You should also include a link to sublinks or say what it is or something?