Will there be tests with another "Define.h" ?

Re: Will there be tests with another "Define.h" ?

by Ronan Boulic -
Number of replies: 0

by definition the symbols provided in define.h are parameters ; hence a parameter may change in a variant of the program. So a program must NOT consider an optimization where PLAYER_RAYON_COEFFICIENT would be a universal constant like in the solution of a math problem.

As the Turing Prize Donald Knuth put it: "premature optimization is the root of all evil (or at least most of it) in programming ".