Slashdot Mirror


User: Team_America

Team_America's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. What does Microsoft use? on Visual Studio Hacks · · Score: 1

    Ironically, most devs at Microsoft don't use Visual Studio at all to build software. For them, it's all command line all the time, plus whatever editor you feel like using. All the compilation scripts are built by hand, and access to source is highly compartmentalized. You only get access to what you need to know to build your product.