Join Notes
A batch of the best highlights from what Tristan's read, .
For me, it’s a game; it’s the critics’ decision to call it art.”
Reality Hunger
David Shields
Subscript functionality can be defined within a class, struct, or enum, or declared within a protocol as a requirement. To do this, we can define subscript (which is a reserved keyword that activates the required functionality) with input parameters and an output type: subscript(row: Int, column: Int) -> GridPosition This subscript definition works like a computed property, where get can be defined to allow you to access values through subscript and set can be defined to assign values using subscript:
Swift Cookbook
Keith Moon and Chris Barker
You do not rise to the level of your goals. You fall to the level of your systems.
Atomic Habits
James Clear
...catch up on these, and many more highlights