-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strongly typed strides #283
Comments
I like this refactoring! |
It does keep it simple, less generics noise and repetition. However it is time.. |
Postponed to after 0.9. Potentially we want a bigger reorganization of Dimensions |
Good decision - 0.9 is already pretty big! |
Yeah; I don't know how I found so many technically breaking changes to add. There will always be intensive and not so intensive periods. |
Yes, but I personally really like the way you handle refactoring of code and breaking changes in your projects. You do not fear them, you approach them and simply introduce all those new shiny features instead of going with an overly conservative approach that avoids to ever break anything which sadly is a strategy in a few crates ... 👍 |
In this case they have been many technically breaking but almost no actual effect on end users. All changes are judged for their effect, not the technically breaking status. Which is why it is hard to change how dimensions work. |
D: Dimension
and its corresponding strideThe text was updated successfully, but these errors were encountered: