Choosing a dependency
blog.frankel.ch·1d·
Discuss: r/programming
Flag this post

![](https://blog.frankel.ch/–large-img: url(/assets/resources/choosing-dependency/cover_large.jpg);–medium-img: url(/assets/resources/choosing-dependency/cover_medium.jpg);–small-img: url(/assets/resources/choosing-dependency/cover_small.jpg);background-size: 3)

Fun fact, I thought I had already written this post, but when I wanted to reference it, I found out that I didn’t. In this post, I’d like to describe my approach when choosing a dependency. I’ll first define what I mean by dependency in the context of this post. Then, I’ll list a grid of several criteria to analyze possible dependencies with.

What is a dependency?

A dependency is literally something your software depends on: infrastructure such as a filesystem or a database, network, etc. In the context of this post, …

Similar Posts

Loading similar posts...