Posts with tag “swift”

See all tags
2 posts in total

Swift enum and modular design

Most Swift developers are familiar with enums, even love them. They are a powerful tool, a great syntactic sugar, but when it comes to modular design, they can be a source of tight coupling and rigidity.