diff --git a/Checklist-for-creating-new-views-controls.md b/Checklist-for-creating-new-views-controls.md new file mode 100644 index 0000000..23b0259 --- /dev/null +++ b/Checklist-for-creating-new-views-controls.md @@ -0,0 +1,11 @@ +* Supports parameterless constructor (which implies Relative Layout) +* Supports both Absolute and Relative positioning +* Includes a UI Catalog Scenario that demonstrates + * All functionality + * Absolute Layout + * Relative Layout + * Unicode and wide rune support + * Proves clipping (esp with window resizing) works correctly +* Comprehensive unit tests +* Well written, clear, and consistent API documentation +* Updated `/README.md`