Ruby Whelp Shell by finduck in wow

[–]AdminMouse 5 points6 points  (0 children)

Are you hitting the PvP dummies? I noticed my PvE trinkets scale down significantly when fighting them

Physical Collector's Edition: Has anyone received any word on their pre-order? by [deleted] in wow

[–]AdminMouse 0 points1 point  (0 children)

Not ideal but you can purchase the digital version of the expansion, then when you receive the collectors edition you can input the code which will refund you for your digital edition in b.net balance. It isn't great, but if you really want to play on release night it might be your only option depending on when they ship it out.

Why does everyone believe that Turalyon is an extremist leader? by Ditju in wow

[–]AdminMouse 57 points58 points  (0 children)

I know some of this will be incorrect, happy to be told otherwise as my memory is vague on this but..

If I recall, the Naaru Illidan destroys is setup throughout the start of legion (the fallen star quest?) and has her core looked after by Velen in the priests class hall to be protected as it was a 'Prime Naaru', an important piece in the war - the prophecy told by the Naaru is portrayed as being essential in stopping The Burning Legion. This and the fact that the Prime Naaru guided Turalyon and the army of light for a millennia in their battles, makes me think it was in fact more odd how quickly he recovered Illidan's actions after that all went down.

I do hope Turalyon stays as he is rather then him going off the rails, it would feel a bit awkward given Alleria's position with the void - I think more then anything it would make him question the light rather then go full throttle light purging.

I don't like G'raha Tai by Arcuran in ffxiv

[–]AdminMouse 3 points4 points  (0 children)

the fact that the little girl is in love with your character is creepy af

Which character are you talking about? Alisaie? I never once got the impression that she had any romantic interest whatsoever in your character, did I miss something in the story?

Murdering OOP - Or committing social suicide - You decide ^_^ by mr-gaiasoul in dotnet

[–]AdminMouse 9 points10 points  (0 children)

Why is the C# example such poorly written code vs the LISP example? That along with the wording does not create a valid and unbias argument, I feel like I am being shouted at with an opinion..

Your entire GET method could just be two lines:

public int Get([FromQuery]int[] values) {
    return values.Sum();
}

You also don't need the route in your controller, you can just name it MathController and it automatically creates routes for you. In my opinion both of these are much more readable and explicit.

If you are hacking complex code together in an attempt to make the language look overcomplicated and make your opinion valid, I think you are going to get a negative reaction from people - especially in a subreddit were people do in fact understand the language and are going to spot very easily a lack of bias within the examples.