Tweet
Extensions in #swift are great, they allow you to reuse code and put it where it makes the most sense.

This one encapsulates the functionality of adding and removing embedded child view controllers in order to have more modular and independent interfaces.

#buildinpublic #iosdev
The Single Responsibility Principle is probably the most broken principle in #programming and one of the main causes of coupling hell.

This #Swift article dev.to/bionik6/solid-… by @bionik6 explains the reasons for it and how to get out of there

#buildinpublic #developer
Sometimes it's hard to manage all the topics and skills you're learning as a #developer at the same time. For that reason, I think using #PersonalKanban principles is a very useful way to manage this complexity in a more visual way.

#buildinpublic #programming
There are many ways to pass data between different view controllers, and not all of them are the most desirable or efficient.

This article matteomanferdini.com/how-ios-view-c… by @MatManferdini explains the best ways to do it

#iOS #buildinpublic #programming #iosdev