mirror of
				https://github.com/bspeice/speice.io
				synced 2025-11-04 02:20:36 -05:00 
			
		
		
		
	Opening line
This commit is contained in:
		
							
								
								
									
										12
									
								
								_posts/2020-07-16-dependency-injection.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								_posts/2020-07-16-dependency-injection.md
									
									
									
									
									
										Normal 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.
 | 
			
		||||
		Reference in New Issue
	
	Block a user