Use environment-specific URLs instead of
...hard-coded ones
This commit is contained in:
parent
6ca5704c21
commit
1b05e63a20
76 changed files with 91 additions and 91 deletions
|
|
@ -6,7 +6,7 @@ permalink: 'archive/2022/10/18/pair-mob-programming'
|
|||
|
||||
As well as my recent session at PHP South Wales, I've also been involved with a lot more mob programming recently with members of my team.
|
||||
|
||||
We recently added a new feature to our codebase that we completed over a couple of mob sessions - starting by describing the problem and some potential solutions within a [technical design document](https://www.oliverdavies.uk/archive/2022/09/23/adrs-technical-design-documents) before moving on to the implementation.
|
||||
We recently added a new feature to our codebase that we completed over a couple of mob sessions - starting by describing the problem and some potential solutions within a [technical design document]({{site.url}}/archive/2022/09/23/adrs-technical-design-documents) before moving on to the implementation.
|
||||
|
||||
I was already familiar with the existing code that we needed to extend, so had some ideas of how to approach parts of the solution which we discussed - but there were other parts that I hadn't thought of.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue