Andy
Andy
In `App.js` we have a method `registerAssessment` which is delegating to the `Pluggable._registerAssessment`. But `_registerAssessment` in Pluggable hasn't any relations with the pluggable object. We might consider removing this delegation...
Besides the snippetpreview #1156 we might consider to move the code for handling the assessors to its own file, this makes it easier to maintain.
`App.js` has a lot of responsibilities. We should reduce these by extracting code to other files. For example the snippetpreview should be in it's own file. This makes it easier...
## Is your feature request related to a problem? Please describe. It is an improvement. ## Describe the solution you'd like I was editing a post with `hoeveel brouwwater` as...