Opening line

dependency_injection
Bradlee Speice 2020-07-16 19:03:04 -04:00
parent abfc1496f1
commit 086405620a
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
layout: post
title: "Release the GIL"
description: "Strategies for Parallelism in Python"
category:
tags: [python]
---
The most unfortunate thing about the term "dependency injection" (DI) is that it describes both a
programming pattern and a specific implementation of that pattern; these concepts are often
conflated. But there's a meaningful distinction between DI as a paradigm, and "inversion of control"
containers (IoC) as an implementation detail.