Standardize Collection Handling #69

Closed
opened 2024-04-09 02:41:26 +00:00 by john · 0 comments
Owner
  • UIDrawableCollection
  • UIEntityCollection
  • UIGridPointCollection
  • UIGridPointStateCollection
  • all related iterator classes

these should be handled more idiomatically by implementing the Sequence Protocol. The iterators may not need to be separate classes. It may be excusable to put all these specific iterators into a single UICollections.h/.cpp file.

* UIDrawableCollection * UIEntityCollection * UIGridPointCollection * UIGridPointStateCollection * all related iterator classes these should be handled more idiomatically by implementing the [Sequence Protocol](https://docs.python.org/3/c-api/sequence.html). The iterators may not need to be separate classes. It may be excusable to put all these specific iterators into a single `UICollections.h/.cpp` file.
john closed this issue 2025-07-05 16:15:13 +00:00
Sign in to join this conversation.
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
john/McRogueFace#69
No description provided.