infinite-improbability/content/post/distrust-antipattern.md
2022-05-30 18:35:58 +02:00

730 B

title date draft author
Distrust Antipattern 2022-01-28T10:47:56+01:00 true Sander Hautvast

can you trust your own team mates?

Context: A platform called 'Inspire Scaler' by a company called Quadient. It's a graphical workflow editor with custom components in javascript. A workflow could be described as a rest API. You initiate it by doing a GET request on an http server. Typically there's a few flows I guess, for different scenario's. The end product is a customer message, like a letter in PDF format. So basically all you need is a template and some data. This post is not about this product. It's what this team has built with it. Imagine a workflow that receives a request for a customer message. Th