All Questions
Tagged with development development-process
3 questions
3
votes
1
answer
512
views
API development - Exposing new version VS updating current version
Context
There is a back end and a front end team.
Back end exposes an endpoint to the front end app:
PATCH car/{carID}/tire
Problem
I want to update the aforementioned PATCH request functionality ...
2
votes
1
answer
1k
views
How do you differentiate software between TEST and PROD environments?
We have a TEST and PROD environment. TEST and PROD are nearly identical, and obviously software first ends up in TEST before getting approved to go to PROD. Our software is primarily Windows ...
1
vote
2
answers
180
views
Justifying deficiencies in design
I would like some input on how to handle clients and third party vendors that ask me about the deficiencies in my design.
For example. It turns out I need a data field in a webservices response. This ...