Originally posted by: Myran
Originally posted by: Cal_kashi
Score(assertionfailure, point++);
That makes no sense at all.
Its logical that a func like that would have its 2nd parameter simple do an offset on the score (Score(assertionfailure, 1);), even if that was not the case, it would seem logical that the func would take sth like Score(assertionfailure, assertionfailure.points++); otherwise the point is just a general var, and the point is obviously to increase assertions points with one, so why use another generic var?