Splitting Up Swift Types

This week, let’s take a look at a few tips and techniques that can help us make our types more well-defined, by splitting our types up once their responsibilities have started to grow beyond the ideal scope of a single type. Read more

Similar

Facebook Messenger bot with Swift

In this tutorial we will create a Facebook Messenger bot, a simple one, that just respond us with a reversed message and a structured messages with Swift. We will start from scratch to get a complete working bot.

Read more »