Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 345 Bytes

File metadata and controls

9 lines (8 loc) · 345 Bytes

Ripgrep-Java

  1. Represent the settings as a struct. a) Ignore hidden? Y/n b) Archives? Y/n
  2. Write extensive unit tests of the pathnames, including edge cases
  3. Write isolated integration tests for directory searching with different settings. Consider matching what ripgrep does.
  4. Accept Java Stream?
  5. Pass Exceptions out somehow?