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
Currently both implementations seem to be very similar. In order to avoid confusion we should be clear on what to use as it seems toArray() is sufficient.
The text was updated successfully, but these errors were encountered:
They turned out to be in fact similiar now while they were not when we started it. I had a look at the current implementation and the usage in projects and I think we can get rid of one of the methods. While we're at it we might want to introduce a ArrayableInterface or something instead of extending the base Object? This has implication on the automatic setting of properties via constructors though and might be a bigger change. Object and Configurable have leaked into honeybee. Any ideas how to proceed?
Currently both implementations seem to be very similar. In order to avoid confusion we should be clear on what to use as it seems toArray() is sufficient.
The text was updated successfully, but these errors were encountered: