robotlegs / robotlegs-framework

An ActionScript 3 application framework for Flash and Flex
https://robotlegs.tenderapp.com/
MIT License
967 stars 261 forks source link

Incomplete asdocs #167

Open chrisvelevitch opened 10 years ago

chrisvelevitch commented 10 years ago

There seems to be some missing asdocs for some key elements of Robotlegs v2. For example: IEventCommandMap.map returns an ICommandMapper. Now ICommandMapper defines a pretty important function toCommand which returns an ICommandConfigurator and that defines some important/useful functions like once, withGuards, withHooks etc. Yet none of these interfaces nor their implementations have any asdocs for them.

darscan commented 9 years ago

Hi,

Thanks for the report (and sorry for the delay!). That's interesting, because both of these files have asdocs:

https://github.com/robotlegs/robotlegs-framework/blob/master/src/robotlegs/bender/extensions/commandCenter/dsl/ICommandConfigurator.as

https://github.com/robotlegs/robotlegs-framework/blob/master/src/robotlegs/bender/extensions/commandCenter/impl/CommandMapper.as

Perhaps it is something to do with the @private tag on ICommandConfigurator

teotigraphix commented 9 years ago

@darscan You commenting on these issues, does this mean you are still doing some AS3 work? It's funny, I left AS for 2+ years, now I find myself coming back to it for some mobile/desktop stuff using Starling/Feathers combo. Can't beat how fast you can make stuff in AS compared to lower level stuff. Actually doing some Caustic stuff in it, got native extensions working on Android and Windows. :)

Mike

darscan commented 9 years ago

@teotigraphix Hey Mike! Ahh... I just had some downtime the other day and thought I'd take a look at the issues log for old-times-sake :) I'm still doing Flex for a living (believe it or not!), but not much AS3 on the side these days.

teotigraphix commented 9 years ago

@darscan So are you using Apache Flex? I know stupid question, just wondering if it's new applications or supporting older ones. Do you do any mobile apps or just desktop?

darscan commented 9 years ago

@teotigraphix Older ones unfortunately... Flex 4.6, for web/intranet.