I derailed it? Not only did rapidcoder start this stupid discussion by going off on a tangent about memory management but somehow I started it suddenly.
According to your definition, a disagreement needs to happen for me to flame over. But rather, I'm just upset that he doesn't even comprehend my argument in the first place and instead chooses to twist words to make me look ignorant.
Whatever. This is literally the original reason I left the forum.
You do not sit there and insult someone's intelligence because you cannot read correctly. You especially do not make ridiculous assumptions about what people meant and then claim their ignorance or lack of understanding, when you don't even have enough context to make such assumptions.
You shouldn't generally challenge anyone's intelligence in the first place but rather their ideas.
@NoXzerma
That is rabidcoder's way, all he does here is stroll C++ and then tries to take the high road to justify it when he's called out for it.
It returns non-const to conform to logical-const instead of bitwise-const.
Reacting to an event, means you are changing it in some way before it gets processed right? It just seems in that situation the whole event should be non-const. But when you are processing an event you shouldn't be modifying the event it self, right? Or do i have that backward.
Only plugins process events, not Bukkit, and there's no way to differentiate between calling an event just to have it processed and calling an event normally. This results in a lot of conflicts between plugins.