this post was submitted on 28 Mar 2026
454 points (98.9% liked)
Technology
84274 readers
3297 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why don’t they contribute to LibreOffice Online?
Because the Only Office source is more modern while Libre Offices's source code now is around 35 years old. At least that was the reasoning in one of the articles I read.
So old code is now suddenly bad? Weird and somewhat also not the case, as LibreOffice is constantly updated.
I guess it is a preference. I for myself tend to rather use a FreeBSD than Fedora for production environments.
Old isn't necessarily bad, unless years of decision-making have left it in a massively complex state (see also: Xorg)
The real reason here is that LibreOffice is written in C++, which is falling rapidly out of fashion for modern apps, leading to a smaller supply of developers.
Contrast this with Onlyoffice. Yes, the document engine is still written in C++, however the build tools use more modern items like python and onlyoffice supports having Javascript frontends and scripting, making it easier to source web devs to work on these parts.
I am not sure if this is the real reason. C++ is still a very valid option. People used to low level languages can rather easy switch the language they are writing in.
Maybe one day we will find out the real reason.