Y
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
codegeek
4935 days ago
Certainly. I should have mentioned earlier about frameworks. I am using Python Flask framework already.
link