Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Simplify the multiversion handling in subnets #8
Conversation
|
$$merge$$ |
axw
merged commit 8a09b5a
into
juju:master
Apr 28, 2017
babbageclunk
deleted the
babbageclunk:subnet-simplify
branch
Apr 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
babbageclunk commentedMar 27, 2017
Pull out some duplicated code. Put all of the version-dependent code in
one place - that should be the only part that needs to change when a new
version is added.
I think this is probably a good way to structure the multi-version code for other
types too - I'm going to use it the next time I need to do this.