Design Patterns with Swift: Quick Look at a Strategy Pattern

Let’s take a quick look at one of the design patterns that should help us to write a good Object-Oriented code. Read more

Similar

Swift type checking is undecidable

More precisely, the introduction of SE-0142 and SE-0157 has made canonical type computation into an undecidable problem. I'll begin with the necessary background information before presenting my argument, and then outlining the next steps. Canonical type... (more…)

Read more »