Hacker News new | ask | show | jobs
by jeremyx 4935 days ago
If you are using a good web application framework, you'll be creating classes and engaging in standard OOP. The framework should abstract away the "webness" of the application.

See ASP.NET, GWT, RoR, etc.

1 comments

Certainly. I should have mentioned earlier about frameworks. I am using Python Flask framework already.