- Joined
- Mar 8, 2009
- Messages
- 360
OOP makes is just easier to read your code and to make changes, as OOP avoids duplicated code. It doesn't make you able to make your program in a shorter time or makes your program runs smoother. At least, that is what my professor programming teached me.
.
Not being OOP is not the problem with jass, this is the problem:
because it doesn't work
A little correctionMake galaxy OOP, or Vexorian will anyway
Not being OOP is not the problem with jass, this is the problem:
JASS:
call TimerStart(t, 2.00, false, justAnotherFunc(paraA, paraB))