Extended Definition Of Done

Posted on by

Source: qafoo.com When software projects grow it is considered helpful if the software follows an established structure so that every developer finds their way easily. If the used structures and patterns change per developer or even every couple of months or years it will get really hard to maintain the software. There are multiple reasons for…

Avoir une bonne stratégie Git avec Git Flow

Posted on by

Git est l’outil le plus utilisé pour versionner nos projets, c’est bien, c’est utile mais quand on commence à être plusieurs sur un même projet, les problèmes peuvent arriver très rapidement. Adopter une bonne stratégie en utilisant Git est donc de mise si nous voulons éviter tout ça. Dans cet article nous parlerons de Git…