Replies: 3 comments
-
Alternatively (I’ve done this in a drawing app), would be to move functions into traits where a few methods are required and the rest have default implementations, and then you can implement such for data structures with owned and borrowed versions. Edit: removed bad examples. I think I went a little too far... |
Beta Was this translation helpful? Give feedback.
-
I think it's important to be specific about the kind of frustration to help me understand where the proposed solution, prefer owning over referencing, is coming from. As for the Generally, As a takeaway, |
Beta Was this translation helpful? Give feedback.
-
@Byron Hey late reply, had to work on different stuff. Anyway, I'd actually like to apologize for my tone in my original post, I think I was a little too strong with the criticism or whatnot (idk it just didn’t seem right) and for that I apologize! (Especially since I'm new to this project and I don't yet understand why things are the way they are so it was probably a mistake to suddenly advocate for an overhaul). |
Beta Was this translation helpful? Give feedback.
-
I feel like this library goes a little too far with references in data structures, it makes the API super frustrating at times.
Beta Was this translation helpful? Give feedback.
All reactions