This includes:
Generalizing Methods (see #20)
Using this keyword where appropriate
Implementing try-catch to catch errors and print error messages. The most frequent case of this will be users attempting to execute functions on incompatible objects, such as Vector3D + Vector2D
This includes:
Generalizing Methods (see #20)
Using this keyword where appropriate
Implementing try-catch to catch errors and print error messages. The most frequent case of this will be users attempting to execute functions on incompatible objects, such as Vector3D + Vector2D