The European Union is selling its €150 billion investment plan for Africa as a way to help reduce the continent’s reliance on Chinese loans that have saddled countries with debt, a senior official said. Jutta Urpilainen, the bloc’s commissioner for international partnerships, said the EU has a powerful marketings message for Global Gateway program, which […]
Very often, making code easy to unit test tends to go hand-in-hand with improving that code’s separation of concerns, its state management, and its overall architecture. In general, the more well-abstracted and organized our code is, the easier it tends to be to test it in an automated fashion. However, in an effort to make […]
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 […]
Posted by Jake Wharton on June 8, 2021 Six years ago we added a screen to the Android Cash App to display the open source libraries we use and their licenses. This screen had to be updated manually, which meant it occasionally was missing a library or displayed one no longer in use. There are existing […]
droidcon SF 2018 – Motif – An Opinionated Dependency Injection API for Deep Graphs Source link