Hacker News new | ask | show | jobs
by Keyframe 2607 days ago
What do you mean by not caring about dev tools for a long period? Their tools were always industry-leading. It's what brought platform dominance to them in the first place. One might even hear a faint chant from the past: developers, developers, developers!
2 comments

Did you ever try developing a web application and using IE's Developer Tools to inspect? Chrome gave them a run of their money.
Web applications are only development there is? Also, Chrome is on Windows too.
No, but it's an example of where, in the past, Microsoft didn't take the lead on developer tooling.
Visual Basic vs. Delphi for RAD/GUI programming comes to mind as well.
Maybe in some categories but when I think of Visual Studio for C++, MS didn't really try until a few years ago.
Vs has been the best c++ ide for a while. the debug is way better
snowAbstraction may be thinking about VS’s infamously poor relationship with the C++ standard.
* I think before 2015 some things were working better or faster in other IDEs.

* I am happy with with the big improvements in VS starting around 2015. But the fact, that the C++ support was so bad in earlier versions (even if it was better in some ways than other IDEs) that it makes me upset that people had to put up with inferior older versions for over decade.

* It was not my original point but yes MS does not follow the standard very well, at least before. I even found a compiler bug myself back in VS2015 (the last version I used before moving linux server dev.)