Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete asdocs #167

Open
chrisvelevitch opened this issue Sep 2, 2014 · 5 comments
Open

Incomplete asdocs #167

chrisvelevitch opened this issue Sep 2, 2014 · 5 comments

Comments

@chrisvelevitch
Copy link

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
Copy link
Member

darscan commented Feb 26, 2015

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
Copy link

@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
Copy link
Member

darscan commented Mar 5, 2015

@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
Copy link

@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
Copy link
Member

darscan commented Mar 6, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants