MWMichael Welleninwellen.dev·May 2, 2023 · 1 min readWWDC 2022: Progressive disclosureThis may be my favorite video to come out of WWDC, ever. In this video, Sam Lazarus talks about the design principle of progressive disclosure, which is about gradually revealing the complexity of an API as it is needed. Lazarus shares some examples ...00
MWMichael Welleninwellen.dev·Apr 27, 2023 · 2 min readMockito-KotlinMockito-Kotlin is a small library that provides helper functions to work with Mockito in Kotlin. It is a great choice for Java devs already familiar with Mockito. Mockito is a widely used Java testing framework that helps create mock objects for unit...00