TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introduction to Abject-Oriented Programming

29 pointsby aliasariaover 15 years ago

4 comments

ams6110over 15 years ago
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.
billswiftover 15 years ago
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 未加载
gaiusover 15 years ago
The comments on that are amazing!
coliveiraover 15 years ago
Great article!