Rayane Kurrimboccus
Rayane is an experienced senior software engineer at Dashlane who's passionate about Swift and innovation, often looking at the Worldwide Developers Conference's new releases. He's been part of several major Dashlane initiatives, including large refactors.
Engineering
How to Organize Your Swift Packages
If you want proper code organization for your iOS or macOS app in 2023, consider Swift packages: reusable components of Swift, Objective-C, Objective-C++, C, or C++ code. Using Swift Package Manager, you can modularize your code very easily, and everything is also integrated into Xcode. I won’t be explaining Swift packages, how to create a […]
Previous
1
Next