Frage

I know how git works. But how do I get architecture that big team can work on a same project without conflicts. Is there any book/tutorial/example about that?

War es hilfreich?

Lösung

You partition the system into modules/components/services that are relatively independent and communicate via well-defined interfaces. You can see, for example, this presentation by Jeremy Cloud on how Twitter's architecture evolved to SOA.

Andere Tipps

I'm not sure I understand your question. That said, the website Lynda.com (subscription required) has a tutorial on Git, name "Git Essential Training." That course was released in August, 2012.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top