Skip to content

some issues. #1

@bdong-va

Description

@bdong-va
  1. filterInfo need to be snake_case
  2. line 21, use dara[1:], and handle empty line in a different way.
  3. move the input file from init to load_file(self, input_file)
  4. return result in filterInfo() instead of print it out. and pass it in main function.
  5. line 27-39, change magic number to argument
  6. line 29-30, word[1] and str(word[1]) need to be same.
  7. remove all print()
  8. line 27-28, add legal line length check like if len(words) != LEGAL_LINE_LENGTH: countinue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions