Building teams, what can we learn from professional sports
There is a lot to learn from professional sports. This presentation was given at PHPBenelux 2018. Here you can find resources that you can use to improve your team right away!
In space exercise
- Walk in a room
- Find a colleague and tell…:
- The thing I appreciate in our collaboration is:
- The thing I find difficult in our collaboration is:
- Too cooperate even better together, I need from you:
Ubiquitous Language
Programmers should speak the language of domain experts to avoid miscommunication, delays, and errors. To avoid mental translation between domain language and code, design your software to use the language of the domain. Reflect in code how users of the software think and speak about their work. One powerful approach is to create a domain model.