Topics:
- Release strategy for CanJS sub projects and DoneJS
- Governance?
I’d also like to discuss some can-define APIs: https://gist.github.com/justinbmeyer/58b88a4d8bd04a2e69fc9cff61a475b3#listshift
Specifically, .get()
, .set()
, .toObject
, .item(index, [newVal])
, and .items()
. I don’t like how they are so different. I’m considering consolidating around .get()
and .set()
.
toObject is needed for testing, I’d keep it.
.get() without arguments would replace it.
Ah, ok, in that case the only one I might keep is .item(0)
for lists, because NodeLists also have that API (although arguably this is not an API very many people are familiar with).
This week:
This week:
Next week:
Sorry I was busy for a long period, Im back again