Jump to: navigation, search

PythonOpenStackSDK/ClassDesignDiscussion

< PythonOpenStackSDK
Revision as of 17:28, 27 March 2014 by EdLeafe (talk | contribs) (Created page with "== Introduction == In order to help make this SDK easy to develop, maintain, and test, a clean class design with clearly separated responsibilities is important. This is just...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

In order to help make this SDK easy to develop, maintain, and test, a clean class design with clearly separated responsibilities is important. This is just one possibility, based on work done on the python-novaclient library.