Skip to content
On this page

总结

内容总结

本章讲解编写高质量代码的面试题,即常见的“手写代码”面试题。有比较基础的类型判断、手写 new,也有比较复杂的 LazyMan 和 LRU 缓存。

划重点

  • 编码规范性
  • 功能完整性
  • 鲁棒性(健壮性)

注意事项

  • 能写单元测试的,就直接写出来

Released under the MIT License.