As the government pursues its goal to make healthcare more accessible, RHEA Generics partnered with the Department of Health and Mercury Drug Corporation to mark the Generics Awareness Month. The partnership underscored their commitment to providing high-quality, affordable healthcare solutions. The event, focused on the theme “Generics para sa kalidad na alaga at ginhawang abot […]
117: “Swift 5.7, generics, and the road to Swift 6”, with special guest Ben Cohen | Swift by Sundell
Ben Cohen, manager of the Swift team at Apple, joins John on this WWDC22 special to discuss Swift 5.7, how generics have been made more powerful and easy to use, and how the language is expected to evolve towards Swift 6. Bitrise: Rock-solid continuous integration for your Swift projects. Go to bitrise.io/swift to get started […]
One of the key benefits of generic code is that it can enable us to reuse types, protocols, logic, and data across many different use cases. Not only can that lead to less code duplication, but it can also have architectural benefits, since generic code tends to become better encapsulated and less tied to specific […]
When we talk about modular app, we rarely mention how complex it can be over time and get out of hand. In most cases, importing frameworks into one another is a reasonable solution but we can do more. Let’s explore how with dependency inversion in Swift and how to create order into our components. A […]