Hacker News new | ask | show | jobs
by Analemma_ 3523 days ago
> It is not about the technology platform. You still have to dedicate resources to ensure feature parity across both OS systems

It is about the technology platform, because the amount of resources necessary to ensure feature parity is a function of the platfrom. Word for Windows and Word for Mac are probably two separate giant monsters of early-90's C++ and keeping them in sync is agony. Assuming Teams is written in Electron, the amount of work is nowhere near the same; not having feature parity across operating systems is probably harder than having it.

1 comments

Word for Windows and Word for Mac are much closer together than you may realize. Pretty interesting talk about cross platform Office.

Part 1: https://www.youtube.com/watch?v=3HROqnw-nf4 Part 2:https://www.youtube.com/watch?v=MGMoRu5yrVc

Ah, interesting. I always just took it for granted that the old Office codebases were huge beasts, but maybe not. Thanks for the info!

Still, no matter how nice that codebase is, I assume they can't beat Electron for ease of X-platform compatibility.