May 231 min readA crucial โก metric for your team to track.A crucial โก metric for your team to track is code churn. It allows you to identify places in your codebase that get changed the most. Why...
Apr 151 min read๐๐ฒ๐ฟ๐ฒโ๐ ๐๐ต๐ ๐๐ผ๐ ๐๐ต๐ผ๐๐น๐ฑ ๐ฏ๐ฒ ๐ฐ๐ฎ๐ฟ๐ฒ๐ณ๐๐น ๐๐ต๐ฒ๐ป ๐ฟ๐ฒ๐น๐๐ถ๐ป๐ด ๐ผ๐ป ๐๐๐จ๐๐พ๐ค๐๐() ๐ฎ๐ป๐ฑ ๐๐ฆ๐ช๐๐ก๐จ() ๐ถ๐ป ๐๐ผ๐๐น๐ถ๐ป ๐ฑ๐ฎ๐๐ฎ ๐ฐ๐น๐ฎ๐๐๐ฒ๐:Data classes offer many benefits, the most prominent of which is that they help us avoid boilerplate code. Data classes will provide a...
Apr 131 min readDo you know how distinctUntilChanged() works in Kotlin flows? ๐ค๐กThis is the answer to the challenge that I posted a couple of days ago. DistinctUntilChanged() can be a bit confusing because we can...