|
|
|
|
|
by gocartStatue
1369 days ago
|
|
Top of mind:
- Teach the team vcs 101, put the code under vcs; do trunk-based
- ask about critical places in code and add logging
- implement dead simple feature/experiment toggles
- set up an example: develop all new changes as simple functions using TDD
- put yourself in „harm’s way”. Do a live coding stream where you show your team how you do it.
- If they like it, offer to do pair programming sessions.
- add composer and start moving dependencies there, one by one
- repeat 100x That’ll be 200$ lol |
|