2021C++标准库的小工具: std::align — 12月15日C++在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++学习
2020Factual 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++noexcept对代码生成的影响 — 3月2日C++
2019std::function的Const正确性问题 — 12月31日C++Make Impossible State Unrepresentable, in C++(暂未翻译) — 10月26日C++面向数据设计函数式编程We are defining assignment operators wrong.(暂未翻译) — 10月14日C++X86 "lea" 指令背后的直觉 — 6月11日Cx86When 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