Library Development Summary¶
- Introduction
- Concepts and Elements
- Guidelines for Library Development
- Select a meaningful filename
- Select a pragmatic library namespace
- Enter all project information
- Apply the correct method for referencing other libraries
- Design smart interfaces
- Implement user-friendly error handling
- Use the correct method for deployment and licensing
- Ensure consistency by using templates
- Use a familiar and uniform project structure
- Ensure clean code by applying a consistent naming conventions
- Library Documentation
- Package Designer
- Library Development Checklist