MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Make data structures equatable #43

Closed VicFalcetta closed 3 years ago

VicFalcetta commented 4 years ago

It is recommended that our structures that will be instantiated through JSON be equatable. This way we can make our code more testable and help us when we need to identify when Components are equal.

Galdineris commented 3 years ago

Closed to losing relevance