2021C++标准库的小工具: std::align — 12月15日编程C++Fun with Ternary Search(暂未翻译) — 12月7日算法在C++中,不要不假思索地使用auto参数 — 3月9日编程C++观点Using default parameters to circumvent the type system is an anti-pattern(暂未翻译) — 2月26日编程Java面向对象编程观点C++中的std::function到底是什么,为什么我们需要它? — 1月18日C++编程这些资源帮助你深入学习C++ — 1月15日编程C++学习
2020Summary of reading: October - December 2020(暂未翻译) — 12月27日书籍Factual errors in "These Modern Programming Languages Will Make You Suffer", and why it is a suffer to read(暂未翻译) — 12月8日编程函数式编程观点Improve Rust Link Time with lld(暂未翻译) — 11月1日编程RustRecursive Modules in OCaml(暂未翻译) — 10月15日编程OCamlBeware passing mutable lambda to STL algorithms.(暂未翻译) — 9月30日C++编程观点在C++中使用Const或者引用成员变量的后果 — 8月25日编程C++Zero is the Devil: Common ways to construct bogus proofs. (暂未翻译) — 5月10日数学逻辑学Summary of reading: January - March 2020(暂未翻译) — 3月28日书籍Concepts in Programming Languages, Part II: Statics(暂未翻译) — 3月2日编程语言noexcept对代码生成的影响 — 3月2日编程C++编程语言基础概念(1):判断(Judgement)与推理规则(Inference Rules) — 1月27日编程语言
2019std::function的Const正确性问题 — 12月31日编程C++Make Impossible State Unrepresentable, in C++(暂未翻译) — 10月26日编程C++面向数据设计函数式编程We are defining assignment operators wrong.(暂未翻译) — 10月14日编程C++CppCon 2019 Trip Report(暂未翻译) — 9月22日C++活动ACM Siggraph 2019会议小结 — 8月8日图形学活动X86 "lea" 指令背后的直觉 — 6月11日C编程x86When does a C++ temporary object die?(暂未翻译) — 3月28日C++编程C++ lambda表达式教程 — 3月25日C++编程Book Review: "Functional Programming in C++"(暂未翻译) — 3月22日书籍编程C++函数式编程尾递归浅析 — 1月22日函数式编程编程ElmBook Review: "Professional CMake: A Practical Guide"(暂未翻译) — 1月15日书籍CMake编程