One Solution: Abstraction
Would be nice to be able to write code using an abstraction layer that:
- Is easy to understand and use
-
- Integrates seamlessly with current C API code
-
- Focuses on abstracting the most used API functions
-
- Simplifies error checking
-
- Automatically releases created objects
-
- Provides “helper” functions to handle routine tasks
-
- Works on all supported platforms