22

A blog post on choosing more specific types rather than general ones like list and dict.

you are viewing a single comment's thread
view the rest of the comments
[-] jadelord@discuss.tchncs.de 4 points 11 months ago

Good point, and Łukasz Langa mentioned this in his talk (check it out). He names it the robustness principle, in his words (around 22:20 mark:

"Vague in what you accept, concrete in what you return"

But he also mentions some gotchas like how Iterable[str] can backfire, because str is also an Iterable[str] and it might be better to use list[str].

this post was submitted on 26 Sep 2023
22 points (100.0% liked)

Python

6174 readers
47 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS