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

Refactor main function #1

Open
lunchboxav opened this issue Aug 20, 2020 · 0 comments
Open

Refactor main function #1

lunchboxav opened this issue Aug 20, 2020 · 0 comments
Assignees
Labels

Comments

@lunchboxav
Copy link
Owner

Right now, the main function consists of the following activities:

  • parsing .wyg file
  • creating and populating vectors that contain parsing results
  • writing html file as output

It's not good since the main function should just be calling functions and not doing bunch of tasks on its body. So we need to separate those tasks into separate function

@lunchboxav lunchboxav added the good first issue Good for newcomers label Aug 20, 2020
@lunchboxav lunchboxav self-assigned this Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant