|
|
|
|
|
by ThePadawan
1413 days ago
|
|
See, this is the sort of behavior I would wish companies would test for when hiring engineers. Another (in-house, salaried) contributor to the project I took over added a error message (in a very specific error handler for exactly one REST endpoint), and I quote raise Exception("could not load data because of error")
|
|
When you operate software, you realize all the little things a developer can do to make the operator's life much easier or harder. I always thought this was the "true meaning of DevOps" -- thinking of how to make it easy to operate the software at dev/design time, as if it were an old school shrinkwrapped application like Windows 95... but instead it got turned into writing terraform or something haha.