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

Enhancement: Rewrite parsing and processing system #7

Open
cassava opened this issue Oct 21, 2010 · 1 comment
Open

Enhancement: Rewrite parsing and processing system #7

cassava opened this issue Oct 21, 2010 · 1 comment

Comments

@cassava
Copy link
Owner

cassava commented Oct 21, 2010

Right now the parsing and processing system using five primary functions:

  • parse_argument_list()
  • _process_group()
  • _parse_group()
  • _process_unit()
  • _parse_unit()

It would be better if we could parse the entire thing once, turn it into some kind of object, and have another method read that object, and do the searches based on information from that object. That way, the code wouldn't be spread all over 5 functions, but clearly modularized into two separate functions.

@cassava
Copy link
Owner Author

cassava commented Oct 21, 2010

On the other hand, why fix what ain't broke?

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

1 participant