Josephjosephbouhanef.hashnode.devยทMay 1, 2024How to Improve Swift Collection Checks with the 'isNotEmpty' ExtensionIn Swift, making sure your collections (like arrays, dictionaries, and strings) aren't empty is a fairly common task. While isEmpty already exists, sometimes the logic could be clearer, especially when we use it multiple times in the code base. Typic...SwiftAdd a thoughtful commentNo comments yetBe the first to start the conversation.