12
you are viewing a single comment's thread
view the rest of the comments
[-] troyunrau@lemmy.ca 18 points 9 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.

[-] sugar_in_your_tea@sh.itjust.works 2 points 9 months ago

Yup. I pretty much only use it if I need to ensure new values are valid or provide a default value.

I do the same in other languages, like C# and JavaScript. Properties are cool, but should be quite rare.

this post was submitted on 05 Jan 2024
12 points (83.3% liked)

Python

6284 readers
25 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