Hacker News new | ask | show | jobs
by thedirt0115 2172 days ago
Don't be afraid to put unfinished code or code without tests up on GitHub -- just mention in your README that it's not production-ready yet or something. It still has educational value for the community. Maybe someone will even help you write tests! Btw, thanks for sharing -- I had never heard of the R-Tree data structure before.
2 comments

Hey - so I finally got around to this. Details can be found here for getting all the code and running it: https://github.com/afallon02/ottr-deploy-instructions
I really should just do this. So there are a few parts (API, App, Web, DB) to it - I wonder what is the best way of representing that? Just have the same readme with links out to the other projects maybe?
Maybe a docker compose file illustrating how everything is connected?