Bookmarks (10) clear filters
-
Higher Kinded Types in Python
Higher Kinded Types in Python Higher kinded types (HKT) are a notion in type theory that...
-
How Async Should Have Been
How Async Should Have Been Sometimes synchronous and asynchronous code can look very similar. The only...
-
-
Conditional coverage
Conditional Coverage Sometimes your code has to take different paths based on the external environment. Make...
-
Typed functional Dependency Injection in Python
Typed Functional Dependency Injection in Python “Dependency injection is a controversial topic. There are known problems,...
-
Testing Django Migrations
Testing Django Migrations A web app outage post-mortem with useful tips and tools for testing Django...
-
Complexity Waterfall
Python Code Complexity Waterfall What can be done to prevent your Python code from getting too...
-
Testing mypy stubs, plugins, and types
Testing Mypy Stubs, Plugins, and Types “pytest-mypy-plugins is an absolute must for people who work a...
-
-
Enforcing The Single Responsibility Principle (SRP) in Python
Enforcing The Single Responsibility Principle (SRP) in Python The Single Responsibility Principle (or SRP) is an...