We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Software patterns for productive teams

Formale Metadaten

Titel
Software patterns for productive teams
Untertitel
Enabling teams to be more productive when working with Python & Django
Serientitel
Anzahl der Teile
118
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Software development is a team game. When we want to deliver more work, one of the variables that we can change is the team size. But as we all know, increasing the team size does not automatically translate into increased productivity & more features shipped. If things are left unmanaged, people can step on each other toes, block each other & generally decrease the overall productivity of a given software project. In this talk we'll identify different problems teams can face & see how we can solve them using different strategies & patterns. In the end, we want to enable the team to perform better & ship features with high confidence. We want enable the team & put its potential into building good software. Problems we are going to cover: Constant merge conflicts / working in the same files Blocking each other on different features / Feature deadlock Constantly switching between bugfixing & feature development Constant regressions and things breaking down Fighting with local setup & not being able to properly test things, especially when working with 3rd parties Merge strategies & improving the work with git & GitHub Communication between team members & ego fights For each problem, we are going to propose different solutions with provided real-life examples from our experience & projects. The examples show are going to be in the context of large Python / Django projects. This talk is the natural sequel of the following talks from previous EuroPythons: EuroPython 2017 - Practical Debugging - Tips, Tricks and Ways to think - https://www.youtube.com/watch?v=9Ys4gCUtTh8 EuroPython 2019 - Django structure for scale and longevity - https://www.youtube.com/watch?v=yG3ZdxBb1oo
Schlagwörter