Skip to content

Split API daemon

Nina requested to merge nina-api-daemon-split into master

The API daemon was one large file and it wasn't very easy to see what is going on in this class. This is an attempt to refactor this a bit. I have extracted the inline helper into an own file and moved each of the namespaces into an own file. For the specs I have created a folder on the same level as schleuder and moved the existing ones into it.

Please let me know what you think. There are probably options to take this further, but I would like to know, if you like the approach.

Merge request reports