Legendary Trio
devlogquedulathoughts

Devlog #25: Six months of building — what we learned

Six months ago we announced Quedula. A good moment for an interim summary.

The most valuable thing we understood: product complexity grows non-linearly. Every new feature adds not just its own complexity, but interactions with everything already there. A small scheduler with one function is simple. A scheduler with ten functions is a completely different story.

Second insight: users notice details we considered insignificant, and don't notice details we spent a lot of time on. This is normal and useful to know.

Third: good error handling is more important than a beautiful happy path. Most real usage is not the ideal flow.

Continuing.