TopicTracker
来自 refactoringenglish.com查看原文
译文语言译文语言

塑造我的软件文章

作者回顾了20年编程生涯中阅读过的数千篇软件文章,从中精选出真正改变其思维方式的核心篇章,包括Joel Spolsky的《乔尔测试》、Alexis King的《解析而非验证》等十篇影响深远的经典作品。

相关报道

  • The article critiques query-based compilers, which are currently popular, by highlighting potential pitfalls and challenges in their implementation. It aims to provide a balanced perspective on this trending approach to compiler design.

  • User data is confined within software applications, with visibility limited to what the program's developers choose to expose. This creates a controlled environment where users can only access information through predetermined interfaces.

  • The article argues that lines of code can be a useful metric when used appropriately, despite common criticism. It suggests that while LOC has limitations, it provides valuable insights about codebase size and complexity when combined with other measures.