Join Notes

A batch of the best highlights from what Tristan's read, .

Say out loud the action that you are thinking of taking and what the outcome will be.

Atomic Habits

James Clear

For to be vexed at anything which happens is a separation of ourselves from nature, in some part of which the natures of all other things are contained.

The Complete Harvard Classics - ALL 71 Volumes

Benjamin Franklin, John Woolman, William Penn, Plato, Epictetus, Marcus Aurelius, Francis Bacon, Joh...

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

...catch up on these, and many more highlights