ibm-silvergate / netcomposer

Hyperledger Fabric Network bootstrapping made simple for experimentation, development and testing
Apache License 2.0
13 stars 6 forks source link

DRY: NetModel and NetSpec #31

Closed erNail closed 1 year ago

erNail commented 5 years ago

The NetModel struct, as well as the NetSpec struct contain many fields and structs that are almost identical. This causes higher maintainability (i.e. to add a new field you have to make the change in 3 places) and overall confusion.