- Joined
- Sep 9, 2007
- Messages
- 6,759
Well first off, this is an offtopic about blizzard coding.
I've now learnt JASS and as more as I program the more
I get horrible things from Blizzard to see.
Those "This function is doubled" annoy me.
I think it was IsUnitAliveBJ(), what the hell?
its the same as IsUnitAlive().
And why the hell do we need to check for
destroying temporary groups?
What did blizzard thought?
And why don't they simple allow us to attach
values to variables, so we don't need to use
game caches?
And why the hell do they not added an
auto-leak-removal.
(Something that is runned after each function,
running all variables through and cleaning the
local variables)
I've now learnt JASS and as more as I program the more
I get horrible things from Blizzard to see.
Those "This function is doubled" annoy me.
I think it was IsUnitAliveBJ(), what the hell?
its the same as IsUnitAlive().
And why the hell do we need to check for
destroying temporary groups?
What did blizzard thought?
And why don't they simple allow us to attach
values to variables, so we don't need to use
game caches?
And why the hell do they not added an
auto-leak-removal.
(Something that is runned after each function,
running all variables through and cleaning the
local variables)