- Joined
- Aug 3, 2008
- Messages
- 2,345
vJass etc aren't "fashionable", they're popular. Big difference.
There are 10 points in coding for a reason -- obviously well-optimised, readable code would score more points than code that's a complete mess and hasn't had a single though about optimisation put into it.
GUI, by its very nature, is incredibly inefficient compared to Jass, and so it needs to be incredibly well-written in order to receive a fraction of the points in coding a decent vJass script would receive. Hell, in vJass we get criticised if we use locations for anything other than GetLocationZ, but GUI users are forced to use them.
There are 10 points in coding for a reason -- obviously well-optimised, readable code would score more points than code that's a complete mess and hasn't had a single though about optimisation put into it.
GUI, by its very nature, is incredibly inefficient compared to Jass, and so it needs to be incredibly well-written in order to receive a fraction of the points in coding a decent vJass script would receive. Hell, in vJass we get criticised if we use locations for anything other than GetLocationZ, but GUI users are forced to use them.