Page under Construction, 16.11.2024
Interessante Links
What Is Self-Actualization? Meaning, Theory + Examples
https://positivepsychology.com/self-actualization/
Zitate aus interessanten Artikeln
Motivation, teamwork, and agile development
https://www.researchgate.net/publication/229037802_Motivation_teamwork_and_agile_development
Talk über Psychology in Software Teams
https://media.ccc.de/v/rc3-11374-organizational_psychology_and_software_teams#t=644
Andere Links
https://wiki.c2.com/?DeletingBrokenUnitTests
https://wiki.c2.com/?ItAintBroke
https://kulturbanause.de/faq/cowboy-coding/
https://www.stickyminds.com/presentation/stareast-2000-confessions-recovering-coding-cowboy
https://en.wikipedia.org/wiki/Cowboy_coding
HowNotTos
Overwrite the branch
You are developing in a feature branch and are commiting locally several changes. After a while you want to push your changes to the remote branch. In the meanwhile a cowboy coder has overwritten the remote branch, such that you cannot just commit your changes, but your local branch goes into rebasing state. You end up with a lot of working figuring out how to resolve the conflicts, because the cowboy coder didn’t take into account the following warning: