Hacker News new | ask | show | jobs
by lacasito25 1084 days ago
why is having those complex flows done in a graphical UI better than just in code, where you can easily version them / test them?
1 comments

It makes it a lot clearer where logs, alerts, etc are coming from and it makes them easier to test - because the process flow of a given instruction is in the architecture.

Verifying that the call patterns between the functions are correct is challenging sometimes - but it helps there to have the architecture mapped out visually.