pmorie / osb-starter-pack

A quickstart for making a new Open Service Broker
Apache License 2.0
69 stars 47 forks source link

User code should go in clearly designated places #7

Closed pmorie closed 6 years ago

pmorie commented 6 years ago

It should be super clear and obvious where users should be modifying code. Ideally, there should be specific packages designated for user code. This way, if we find that people routinely need to modify code outside these packages, perhaps abstractions need to change.

pmorie commented 6 years ago

cc @LiliC

pmorie commented 6 years ago

Resolved by #15