About

October 22nd, 2009 Leave a comment Go to comments

I’m a developer from Cape Town, South Africa. Sometimes I go by the name Darscan Tyrell (a coder who deejays 8bit music in a bright green tracksuit). In a past life I called myself Arlie Osbeck, and I made music that I didn’t like.. ah, good times!

I’m one half of BoyBlack. We build things. Sometimes. I spend my days (and nights) learning to program.

Please Note: I am not available for freelance work at the moment. Besides, work is boring. Hit me up if you need some consulting action.

  • shovemedia
    I would *love* (pay?) to see a RobotLegs example utilizing multiple Contexts. Is this doable (recommended) without taking the next step to multiple swfs and modules?

    The same is true for the *Maps. Is there a (good) way to swap these out at runtime as part of the application flow? It seems as though you could achieve some very interesting StateMachine patterns if so, but I haven't been able to get my head around it.
  • There are many approaches to the multi-context scenario. Stray has put together some utility classes that you might want to check out:

    http://github.com/Stray/robotlegs-utilities-Mod...

    Swapping framework apparatus at runtime is certainly possible - but it might get tricky as old injections/references will point to old objects (if you know what I mean!). I imagine it would take a little tweaking to get things to work as expected. Another option to look into is using SmartyPants-IoC for DI as it offers "live" injections - a kind of injection/binding hybrid that updates previous injections when their values change.
blog comments powered by Disqus