this post was submitted on 05 Jan 2024
1 points (100.0% liked)

Python

6368 readers
5 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 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 0 points 10 months ago

Tl;dr: don't use @property during design, it's almost certainly the wrong pattern. But use it to retrofit a method to a value.