A Simple Design Study of Common Fate Quick question. And I promise it's not a trick. Which direction is this line pointing? If read left-to-right, the line has components of both upward and rightward direction. Read the other way, it takes on components of downward and leftward…
Swift-y Javascript with Static Initializers One language feature I love in Swift, and in Objective-C before it, is how its function signatures include the name of the function and its arguments. In Swift, the functions Image(named: ‘my.image’) and Image(systemName: "multiply.circle.fill") are not the same function…