Skip to content

Commit c53a611

Browse files
committed
docs: add true story
1 parent 1fc2c69 commit c53a611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/why.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Whether they're relevant to *you* depends on your circumstances:
2323

2424
This includes stepping through generated methods using a debugger, cell rewriting to make bare `super()` calls work, or making {func}`functools.cached_property` work on slotted classes.
2525

26+
Our obsession with developer experience and quality-of-life features is what *attrs* users report missing most when forced to use Data Classes.
27+
2628
- *attrs* supports all mainstream Python versions including PyPy.
2729

2830
- *attrs* doesn't force type annotations on you if you don't like them.

0 commit comments

Comments
 (0)