Assertions should be used to force rune implementations to only access data they explicitly require or provide. This will help both with the data model optimizations and for quickly spotting bugs, such as typos in data names.
Log in to post a comment.