Category: Software, Data, yaml

You've already argued that you can fix the legacy code and you've sent the managers the Joel Spolsky "never rewrite" article.

As part of this disentangling, you have identified everywhere in your code that requires those searches.

The details of that are very much up to you and your team.

There's Mojolicious::Plugin::OpenAPI which can help, but not only does it require weaving in non-standard bits like x-mojo-to and x-mojo-name into your OpenAPI doc, but you have to wire all of the bits together yourself.

Related Articles