Collect messages before creating a report where it makes sense

Issue #53 wontfix
James Navin created an issue

There are a few places in the code where we merge ValidationReport instances several times in the same validation method (e.g. where multiple checks are being performed).

It might be nicer to collect these messages into a collection and then create a single ValidationReport at the end, rather than having the merge overhead for every individual message.

This is a very minor enhancement though.

Comments (1)

  1. Log in to comment