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
I am a huge fan of strong types.
But in the case of vector, size and position, I think you often need to add one with the other. How would you manipulate them and make the result type clear?
Given that we're using basic_point_2d for position, vector and size, does it make sense to use strong types instead?
https://www.fluentcpp.com/2016/12/08/strong-types-for-strong-interfaces/
The text was updated successfully, but these errors were encountered: