You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the context e.g. of the Quaternion class, it would make sense to be able
to define constants in a ClassExercise (e.g. I = Quaternion(0, 1, 0, 0))
so that subsequent tests can refer to these through constant names
instead of having to pollute the whole scenario with initializations over and over again
The text was updated successfully, but these errors were encountered:
in the context e.g. of the Quaternion class, it would make sense to be able
to define constants in a ClassExercise (e.g.
I = Quaternion(0, 1, 0, 0)
)so that subsequent tests can refer to these through constant names
instead of having to pollute the whole scenario with initializations over and over again
The text was updated successfully, but these errors were encountered: