echo-crew / sana.protocol_builder

Web app for building Sana Protocols
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Import xml protocols #6

Closed j449li closed 7 years ago

j449li commented 7 years ago

Test plan:

j449li commented 7 years ago

@dsu1995 Your suggestion is a preferred way of doing things in Python, but it's not appealing in this context. It's redundant to split the functions of each class into a separate module, since they don't make sense by themselves and will not be used outside of ProtocolImporter. Splitting it up only adds more maintenance overhead.

xjie11 commented 6 years ago

1