DB5 icon indicating copy to clipboard operation
DB5 copied to clipboard

Implement object subscripting

Open acorscadden opened this issue 11 years ago • 1 comments

This framework looks pretty neat!

I think it could benefit from object subscripting. http://nshipster.com/object-subscripting/

acorscadden avatar Jun 28 '13 20:06 acorscadden

The problem is then finding a way to denote what type you expect back. Maybe self.theme.colors[@"someKey"] and self.theme.fonts[@"anotherKey"]?

In Swift those could be exposed as typed dicts to boot.

ahknight avatar Aug 28 '14 17:08 ahknight