Update from Forestry.io

Harsh Shandilya updated content/posts/my-dagger-story.md
This commit is contained in:
Harsh Shandilya 2020-01-05 11:46:39 +00:00 committed by Forestry.io
parent deeaea4511
commit 2ec632bc8d
1 changed files with 5 additions and 6 deletions

View File

@ -1,14 +1,13 @@
+++
categories = []
date = 2019-12-29T21:19:25+05:30
categories = ["android"]
date = 2019-12-29T15:49:25Z
description = "Dagger is not the easiest tool to get on board with but it's almost worth the effort. Here's the story of my journey to not hating Dagger."
draft = true
slug = "my-dagger-story"
tags = ["android", "dagger"]
title = "My Dagger Story"
description = "Dagger is not the easiest tool to get on board with but it's almost worth the effort. Here's the story of my journey to not hating Dagger."
+++
[Dagger] is infamous for very good reasons. It's complicated to use, the documentation is an absolute shitshow, and simpler 'alternatives' exist. While [Koin] and to a lesser extent [Kodein] do the job, they're still service locators at their core and don't automatically inject dependencies like Dagger does.
## Background
@ -61,4 +60,4 @@ This, I probably don't subscribe to anymore. Dagger was horrible to get on board
[Dagger]: https://dagger.dev
[Koin]: http://insert-koin.io/
[Kodein]: https://kodein.org/di/
[Kodein]: https://kodein.org/di/