Why it matters
You will not be able to deploy the data model to CDF, since cyclic implements are impossible to resolve in terms of inheritance of properties.Example
Say we have viewsA, B, and C, where A implements B, B implements C, and C implements A. This forms
the cyclic graph of implements A→B→C→A.