←back to thread

261 points david927 | 1 comments | | HN request time: 0.211s | source

What are you working on? Any new ideas that you're thinking about?
1. aaronbrethorst ◴[] No.43156510[source]
I’ve been improving the developer experience of the extremely janky Java Spring app that powers the most popular open source real time transit app, OneBusAway.

Last month I added Dockerfiles and a docker-compose.yml file to the project to make building and locally running it a breeze. Earlier today, I finally had a chance to figure out and document how to debug the app, which should greatly improve quality of life for anyone trying to fix bugs or add features to the backend. https://github.com/OneBusAway/onebusaway-application-modules...