Skip to content

Compute the string representation of the object on initialization

Ghost User requested to merge feature-#356-DisasterData-toString into master

Nothing in this string can be changed after the data creation. Therefore we can just fix this string once and never touch it again. This should improve performance.

Merge request reports