https://github.com/memoizr/webcrawler
https://github.com/memoizr/webcrawler
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/memoizr/webcrawler
- Owner: memoizr
- Created: 2020-11-11T18:55:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T12:29:52.000Z (over 4 years ago)
- Last Synced: 2025-02-12T07:55:32.660Z (5 months ago)
- Language: Java
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This was fun. I actually enjoyed doing this.
to compile just run `./gradlew build jar`, then run the actual program `java -jar 1account-test-1.0.jar`
I used TDD to develop this, but I didn't spec out all scenarios for the sake of sticking to the time budget.
Also, there's no error handling.
Also, there's no proper detection of async libraries.
But it should illustrate my style; I left many quirky comments throughout, basically some of the stuff I'd say if we were pairing on this.