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] ### 缝合怪网络