Me, myself & I
Paul Souche
Front End developer @S_A_N_T_E_C_H
In love with TypeScript since 2014
@paul.souche
paulsouche
@paulsouche
2
Slide 3
Slide 3 text
Multi repos : why ?
- Monoliths no more
- Build only the necessary
- Clearer subversion history
- Easier revert
- 1 app > 1 repo
- 1 service > 1 repo... 3
Slide 4
Slide 4 text
Multi repos :
but ... - Switch project all the time
- Sequential builds
- Evergreen anti pattern
- Dependencies
- Versioning
- Features branch
4
Slide 5
Slide 5 text
- Build everything everytime
- Build order
- Subversion Conflicts
- Licenses
5
Did you said
monorepo?