Revert "Opening line"

This reverts commit 086405620a.
This commit is contained in:
Bradlee Speice 2024-11-10 16:27:45 -05:00
parent 086405620a
commit 9aa4096c54

View File

@ -1,12 +0,0 @@
---
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.