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

Move subroutine metadata into separate subs #37

Closed
GoogleCodeExporter opened this issue Mar 27, 2015 · 2 comments
Closed

Move subroutine metadata into separate subs #37

GoogleCodeExporter opened this issue Mar 27, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Metadata for subroutines is used to build much of the GUI, determining what
options are available at which time.  

This is currently stored as an if-block within each subroutine.  This is a
fragile approach as calls made to subs without metadata can have
undesirable results.  In many cases the metadata is also longer than the
analysis code.

Moving the metadata into separate subs will simplify things, make the code
less cluttered, and should speed up a number of the processes where subs
are called repeatedly.

All main code has been ported to this system for version 0.12.  

Original issue reported on code.google.com by shawnlaffan on 8 Nov 2009 at 9:59

@GoogleCodeExporter
Copy link
Author

Original comment by shawnlaffan on 16 Nov 2009 at 3:41

  • Added labels: Milestone-Release0.12
  • Removed labels: release0.12

@GoogleCodeExporter
Copy link
Author

all done now

Original comment by shawnlaffan on 9 Feb 2010 at 11:26

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

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

No branches or pull requests

2 participants