Hacker News new | ask | show | jobs
by SamuelAdams 329 days ago
It also makes the code easier to read, and that is what our org optimizes for, all else being equal. Code is read 10x more than it is modified, so if you can make it a little quicker to understand it’s generally recommended.
1 comments

But then why not use dataclasses and get constructor, equality etc included?