4 ms·
What are best examples of well-structured open source products to learn from?
Hello,
I am working on a product and I would like to get a glimpse on how do teams structure their code, and how do they organize their thoughts with respect to code/stack/production pipeline (e.g. [RASA](https://github.com/RasaHQ/rasa)).
Sinece we are two engineers developing a product, with humbled experience, we would love to see more eye-opening examples that help acquire best practices. Examples can be e-commerce application, preferably a running pipeline in production.
- rmwaite 7y agoThese might provide some insight. http://aosabook.org/en/index.html http://aosabook.org/en/index.html
- rochak 7y agoSome of my favorites - Elasticsearch - https://github.com/elastic/elasticsearch https://github.com/elastic/elasticsearch Google's Guava - https://github.com/google/guava https://github.com/google/guava Sourcegraph - https://github.com/sourcegraph/sourcegraph https://github.com/sourcegraph/sourcegraph Spectrum - https://github.com/withspectrum/spectrum https://github.com/withspectrum/spectrum Django - https://github.com/django/django https://github.com/django/django
- Jugurtha 7y agoHave a look at Gitlab. The source and the processes are available. I like the way they do things.