Peanut Butter Utilities on Google Code

pbugrabA little while ago I made a post about the logging framework that I made/use.  I put the code on my own SVN server in case anybody wanted it.  But it was kind of a pain in the butt to manage there.  I wanted to get the command framework out as well so I’ve posted both projects (as one) on google code as the Peanut Butter Utilities.

The logging framework is similar to Flex’s but can be used in Flash. Documentation and instructions can be found on the project’s site.

The command framework is pretty simple but it allows for undoable commands, syncrynous/asyncranous commands, composite commands and even psudo-threaded commands.  It’s all pretty simple but it’s an effort to make my project code (my bread and butter) as sparse and easy to understand as possible.  Calling this a “framework” is stretching it a little far really.  It’s just a collection of command utilities that I find makes my code easier to write, understand and upkeep.

Documentation is available now  and some examples will probably make their way onto this blog at some point in the future.

I hope some people find these tools helpful.  If you find a problem with any of them or are looking for a little something extra that you think might belong in one of those libraries then please don’t hesitate to let me know.

Filed under flex · Tagged with

Yea but . . .

Tell me what you're thinking.