Remove the custom types ? #19
svenssonjoel
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I'm ok with removing custom types. Making images into byte arrays made them more convenient to use as they can be stored and loaded more easily. I think the same goes for the color if it is turned into a byte array. Not sure how that looks for the matrix library, but I imagine they could be byte arrays, lisp arrays or lists and the operations that work on them can check their validity. Removing custom types also makes maintenance easier and reduces code size. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Custom types have the following negative aspects:
I propose we remove custom types. This has impact on the Display library and on the matrix/vector match library.
So one has to think up some new representation for the color type in the Display library for example.
Any thoughts ?
Beta Was this translation helpful? Give feedback.
All reactions