Archive for November, 2010
WiseMVC makes it to GitHub
Last week, I released a preview of WiseMVC, with the aim of getting feedback on the idea. I was really pleased to get some seriously high quality feedback from Frédéric Saunier. He suggested lots of improvements and asked me some thought-provoking questions on why I was doing it. As a result, I have reworked the code to take many of his ideas into account. Read more
Tweet
3 comments
Announcing WiseMVC: PureMVC without the anti-patterns
PureMVC has been a popular MVC framework. It is available for many programming languages. It’s lightweight, easy to learn and implements a nice interpretation of the rather vague concept that is “Model View Controller”. It’s popularity has begun to wane in recent years though Read more
Tweet
6 comments
AS4 Feature proposal: Pass properties by reference
ActionScript 3 (AS3) supports the idea of being able to pass around a reference to a method. All methods can be treated as an instance of the Function class to facilitate this. Unfortunately, the same is not possible with properties. So whilst one can provide say an event handler with a reference to a private method, the same cannot be done with those frameworks that use properties. Read more
Tweet
8 comments
Field = Attribute = Property = Getter = Method = Member. WTF?

