this post was submitted on 29 Jun 2023
13 points (100.0% liked)

Python

6485 readers
4 users here now

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

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

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

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 years ago (2 children)

I've never understood returns (https://github.com/dry-python/returns), is it just a gimmick or do people actually use it? It seems like it would be awkward to use and is working against how the language was designed.

[–] Xophmeister 1 points 2 years ago

I like the idea of Returns — and partially rolled my own equivalent, before I knew it existed — but it probably goes against the Python grain a little too much to make productive use of it.

load more comments (1 replies)