Microsoft Program Manager Mistakenly Tweets Office 365 Will Be Rewritten in JavaScript (thurrott.com)
"A Microsoft employee claimed publicly that 'all of Office 365' was being 'completely rewritten' in JavaScript," writes Paul Thurrott, adding "And then all hell broke loose."
First things first. It's not true. So if you were freaking out that Microsoft was somehow abandoning C# and C++ for its most mission-critical offerings, freak out no more. It's not happening. So what is happening? A Microsoft program manager named Sean Larkin perhaps got a little overly-exuberant on Monday... he tried to clarify things in follow-up tweets when his original missive exploded intro controversy. Which shouldn't have been a surprise. And yet, somehow, it was...
[H]e finally corrected himself on Reddit, blaming Twitter's character limitations for his many factual errors. "We are not abandoning C++, C#, or any of the other awesome languages, APIs, and toolings that we use across Microsoft," he clarifies. "Nothing [in Office 365] is converting to 'all/completely' JavaScript/TypeScript."
Thurrott, a long-time Windows blogger, concludes that "getting something this big this wrong is inexcusable."
[H]e finally corrected himself on Reddit, blaming Twitter's character limitations for his many factual errors. "We are not abandoning C++, C#, or any of the other awesome languages, APIs, and toolings that we use across Microsoft," he clarifies. "Nothing [in Office 365] is converting to 'all/completely' JavaScript/TypeScript."
Thurrott, a long-time Windows blogger, concludes that "getting something this big this wrong is inexcusable."
Like when Wordperfect was rewritten in Assembler?
...Office will be rewritten in FORTRAN, but they did not want to trigger panic.
And yet, Windows soldiers on.
Have gnu, will travel.
Because of many issues like that, my impression is that Microsoft is sloppily managed.
I care whether your programs suck. You can write good stuff in JavaScript. You can also deliver lazy-ass applications in JavaScript. That isn't determined by your language, it's determined by your management and commitment to quality.
[This isn't specific to Microsoft in any way.]
His correction sounds like nonsense too. Can't Microsoft just let someone jump in that has a clue what he is talking about?
This illustrates the main problem with JavaScript - (ignorant) people seem to think it can do absolutely everything in terms of coding and will be the wave of the future.
The word has to get out that JavaScript has its place but any kind of sophisticated app/webpage requires a lot of server support which is written in !JavaScript.
Mimetics Inc. Twitter
From what I can collect, the UI for O365 and other browser based tools in the future will be rewritten with a React/Electron/JS focus.
They're already in JS and HTML obviously or they wouldn't work in the browser. But right now those things are a mess.
I'm sure, and I don't know who assumed, that the server-side would be completely rewritten with a UI-oriented framework.
Custom electronics and digital signage for your business: www.evcircuits.com
someone will actually hack something together just for shear horror value.
Google Docs, Sheets, and Slides?
Maw! Fire up the karma burner!
.
The Microsoft guy was using twitter without understanding the limitations of twitter. However, he blamed twitter for his lack of ability to use it for the purpose he wanted, when he probably should not have been using twitter to convey the message in the first place.
This is a PROGRAM MANAGER. They are always wrong! Their job is not to know technology, their job is to keep schedules, sell products, and be blowhards. Very often that "sell products" thing means they sell products that don't yet exist ("sorry guys, I'll add one week to the schedule to make up for it"). They know just enough technology to fool other people who don't know much about technology, and their hobby is collecting new buzzwords and paradigms.
(to be fair, I acknowledge that theoretically there may be a competent program manager somewhere in the world and the existing lack of evidence is not proof that one does not exist)
Microsoft has invested heavily in .NET (which has many flavors, the most popular of which is C#), going so far as to purchase and make free .NET compilation to Android and iOS. It's a language that gets a lot of use (it's their answer to Java). They've also invested heavily in TypeScript, a language that compiles to JavaScript.
And by "invested heavily" I mean invented the languages, write tons of articles and software in them, and far more.
(Required Car Analog) Microsoft rewriting a major area of their business in Javascript would be equivalent to the news Ford was purchasing a fleet of Chevy trucks to move their parts around and all the execs were getting new Chevy cars. A profound shift away from using their core product line that would make everyone question what the fuck was going on. This would be especially troubling to anyone who invested in their core product line, such as dealers of Fords or owners worried about replacement parts. And as I mentioned, there is a huge codebase in C# and other MS languages right now.
Your ad here. Ask me how!
There is a big push to retire VBA for the new hot Javascript approach of writing extensions, which is probably what confused the fashion concious PM. But this is actually a disaster.
Consider the one line of VBA
sub CopyVal()
[A1] = [B1] + [C1]
end sub
A trivial program that any *NON-PROGRAMMER* can write. Most management accountants can write a bit of VBA which is very useful to them. And then it is trivial to deploy. There is even a macro recorder that can write outline code for you.
This same program requires about 50 complex lines of their Javascript. Not because JavaScript is that much worse a language, but because it is all wrapped up in design patterns -- you need to use futures etc. which are way beyond non-developers and confuse a lot of professional developers when they go wrong. You need to install Visual Studio. And to deploy you need to set up an IIS server and navigate the security model!
It is not about End If vs {} (End If is actually better because miss matched ends are easier to locate). Or even the optional Static typing in VBA that Javascript still lacks. It is about the idea of end user computing that Microsoft is doing its best to destroy. When they eventually succeed, most people might as well use Google Sheets.