VirtualTam's bookmarks

  1. 2023-06-24
  2. The conflict between subclassing and composition is as old as object-oriented programming. The latest crop of languages like Go or Rust prove that you don’t need subclassing to successfully write code. But what’s a pragmatic approach to subclassing in Python, specifically?

  3. How can you judge the quality of a legacy Rails application?