From f68d98e2ff1a97d589ed9cd323c1543c3170243b Mon Sep 17 00:00:00 2001 From: bouncepaw Date: Sun, 17 Dec 2023 01:00:10 +0000 Subject: [PATCH] Sync Sun Dec 17 01:00:10 UTC 2023 --- 917.myco | 4 ---- 981.myco | 4 ++++ Banish state-mutating methods from data classes.myco | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 917.myco create mode 100644 981.myco create mode 100644 Banish state-mutating methods from data classes.myco diff --git a/917.myco b/917.myco deleted file mode 100644 index c9077c7..0000000 --- a/917.myco +++ /dev/null @@ -1,4 +0,0 @@ -= 917 -https://github.com/davidfstr/webcrystal - -> An archiving HTTP proxy and on-disk archival format for websites. \ No newline at end of file diff --git a/981.myco b/981.myco new file mode 100644 index 0000000..a8c4665 --- /dev/null +++ b/981.myco @@ -0,0 +1,4 @@ += 981 +https://rednafi.com/python/dataclasses_and_methods/ + +> Data classes are containers for your data—not behavior \ No newline at end of file diff --git a/Banish state-mutating methods from data classes.myco b/Banish state-mutating methods from data classes.myco new file mode 100644 index 0000000..b5e2152 --- /dev/null +++ b/Banish state-mutating methods from data classes.myco @@ -0,0 +1,4 @@ += Banish state-mutating methods from data classes +https://rednafi.com/python/dataclasses_and_methods/ + +> Data classes are containers for your data—not behavior \ No newline at end of file