TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Introduction to Abject-Oriented Programming

29 点作者 aliasaria超过 15 年前

4 条评论

ams6110超过 15 年前
I worked in a place that used the "inheritance by copying working code" technique. It was a web app in ASP; each page was basically a stand-alone mini-app that had been copied from some other working page and then modified. Since we had no unit tests, there was one benefit, and that was that you could change the code on a page and be fairly certain that you would not affect any other pages.
billswift超过 15 年前
I have to wonder about the commenters that took it seriously but only objected to 1 or 2 things; do they actually use the rest of the method?
评论 #790327 未加载
gaius超过 15 年前
The comments on that are amazing!
coliveira超过 15 年前
Great article!