Showing posts with label Resource-Oriented Programming. Show all posts
Showing posts with label Resource-Oriented Programming. Show all posts

Thursday, July 23, 2009

Make your time framework, index.php are belong to me!

I've stopped active development on Inertia primarily because developing web applications in it did not feel very PHPish. It felt as if the web application was subservient to the framework instead of it being the other way round.

Inertia was an experiment in how a Resource-Oriented Programming (ROP) Platform would look like and it was an awesome learning experience, but its time to move on.

Thursday, August 02, 2007

Resource-Oriented Programming

Procedural Programming (process-centric)
Module: Structure, Messages, Behaviour, State

Object-Oriented Programming (data-centric)
Class: Structure, Messages, Behaviour
Object: Structure, Messages, Behaviour, State

Resource-Oriented Programming (interface-centric)
Resource: Structure, Behaviour, State