Live data from Hacker News

Microsoft’s Visual Studio gets badges, achievements and leaderboard

geekwire.com

21–30 of 34 posts

Re: Microsoft’s Visual Studio gets badges, achievements and leaderboard

#21
post #15

A quick look at the list: - Field Master: Have 100 fields in a single class. - Overload: More than 10 overloads of a method. - Potty Mouth: Use 5 different curse words in a file. These are funny, but they miss what achievements are good for - encouraging new users to adopt good behaviours.

Do notice that these achievements give exactly 0 points. They're not discouraging bad behaviour, but not exactly encouraging it either.

And the badge itself is an icon of someone running with scissors.

Re: Microsoft’s Visual Studio gets badges, achievements and leaderboard

#22
post #17

Earlier quoted context omitted.

Given that Visual Studio underlines all your compilation errors and lists them in the Error List as you write your code, I don't see how this would work.

It would be part of the upcoming Hardcore mode, in which not only are intellisense and on-the-fly error checking disabled, but if your code fails to compile first time, it deletes the entire source tree.

Wouldn't that be more aptly named 'Nightmare mode?'

Re: Microsoft’s Visual Studio gets badges, achievements and leaderboard

#24
Wow. Thanks Microsoft for cluttering up yet another product with more UI Craptastic.

Honestly I know it's all done in fun but really, people using the product are trying to concentrate, they're trying to solve really hard problems and you're going to pop up some crap telling them they achieved some stupid "award".

You morons, this is akin to the marketing joker in the office that annoys alls the programmers by interrupting them all day with stupid jokes, you know the guy, he's the one you want to punch in the face everyday.

And to the guys that actually coded this up, learn to say no. Put your job on the line; fuck it it's not worth making the world a worse place by adding this kinda crap to a developer tool.

Re: Microsoft’s Visual Studio gets badges, achievements and leaderboard

#25

Wow. Thanks Microsoft for cluttering up yet another product with more UI Craptastic. Honestly I know it's all done in fun but really, people using the product are trying to concentrate, they're trying to solve really hard problems and you're going to pop up some crap telling them they achieved some stupid "award". You morons, this is akin to the marketing joker in the office that annoys alls the programmers by interr…

It's not part of the IDE itself. It's a plugin you have to go out of your way to install.

Re: Microsoft’s Visual Studio gets badges, achievements and leaderboard

#26
post #22
post #17

Earlier quoted context omitted.

It would be part of the upcoming Hardcore mode, in which not only are intellisense and on-the-fly error checking disabled, but if your code fails to compile first time, it deletes the entire source tree.

Wouldn't that be more aptly named 'Nightmare mode?'

Or perhaps the slightly longer "Better Get It Right The First Time" mode?

Re: Microsoft’s Visual Studio gets badges, achievements and leaderboard

#29
post #17

Earlier quoted context omitted.

Given that Visual Studio underlines all your compilation errors and lists them in the Error List as you write your code, I don't see how this would work.

It would be part of the upcoming Hardcore mode, in which not only are intellisense and on-the-fly error checking disabled, but if your code fails to compile first time, it deletes the entire source tree.

I gather GHC actually used to do more-or-less this[1] (delete your source if you had type errors). Now that's a way to build discipline :)

[1]: http://www.reddit.com/r/haskell/comments/kmk6q/the_best_ghc_...

Post reply on HN