From ef5c7c8dedad4262cf3077abb2aa7e54cffb47cc Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Tue, 18 Jul 2023 15:02:25 +0800 Subject: [PATCH] R --- ...⭐️⭐️ 20 technology horror stories about learning the hard way.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20221031.0 ⭐️⭐️⭐️ 20 technology horror stories about learning the hard way.md b/published/20221031.0 ⭐️⭐️⭐️ 20 technology horror stories about learning the hard way.md index 31613a61b6..5a6a5d9edd 100644 --- a/published/20221031.0 ⭐️⭐️⭐️ 20 technology horror stories about learning the hard way.md +++ b/published/20221031.0 ⭐️⭐️⭐️ 20 technology horror stories about learning the hard way.md @@ -204,7 +204,7 @@ for(int c =0; y < yyy && c < ccc; y++, c++){// some code here} 我见过的最可怕的编程特性是 Python 中对 `dict` 的访问权限。在运行时改变对象的类型违背了我的编程行为准则。 -- [Josh Salomon][6] +— [Josh Salomon][6] ### 缝合怪网络