Bye.
stevedice
Your search turned up nothing because you searched for nothing. Steam Keys are irrelevant here, you only keep bringing them up to derail the discussion to a greyer area where you can better defend your beloved corporate overlord. This was always about the price veto policy. Very telling how you flat out refuse to even address anything regarding that topic. Grow up.
I know you didn't google anything or you would have said "nothing I found substantiates your point" instead of "these specific two articles don't say what you said".
But let's assume you're not lying and you did look up the situation. What's your claim then? That Steam has no price veto policy or that they don't abuse it? Because one is wrong and the other is incredibly naive. Talk about taking unfounded claims at face value.
Also, why do you keep bringing up Steam Keys? That has nothing to do with anything. Focus.
No, I think you deserve to be insulted because you are talking out of your ass about something you didn't read. Again, this is about the price veto policy. This is not about Steam Keys (here's me hoping italics help with your dyslexia).
And yeah, I thought you meant runescape on the EGS not on their site. It doesn't matter because it has zero bearing on the discussion, I only addressed it because you didn't read the thing you're talking about.
Again, this is not about Steam Keys, it's about Steam using shady contracts to bully developers into price parity on completely unrelated stores. Yes, runescape is cheaper on Epic, the incredibly broad nature of these rules that allows for selective wishy-washy enforcing is also part of the lawsuit.
If you see something I am missing from the lawsuit please let me know, preferably without the hostility if you can manage.
The whole thing because you didn't read it and, given that you keep bringing up Steam Keys, which is not what we're talking about, I'm skeptical that you can read at all.
lol are legitimately saying this was not a joke?
I mean, I guess I have no reason to doubt your word so I'll just believe you were being serious and respond in kind.
Time savings you might gain from parentheses being easier to write and requiring less keystrokes is lost on you needing to use twice as many since they come in pairs.
Furthermore, with the exception of *, which we don't even write most of the time, you still need to use all of the other operators even with parentheses, so using them everywhere isn't even a trade off, it's a net loss. This also means that parentheses will not help you differentiate between the operators because you'll still be using them.
Finally, the only reason you find the example I gave easier to read with parentheses is because I used a lot of multiplication, but you have multiplication to thank for that, not parentheses. In most cases, it would have fairly simple expressions like this:
1+2+3+4+5+6+7+8
turned into this:
1+(2+(3+(4+(5+(6+(7+(8))))))
If you truly want to eliminate ambiguity, have a look at reverse polish notation. I find it confusing as hell but some people like it.