Recommend some simple basic test framework for core and conversion functions

Just brainstorming…

  1. Color conversions
  2. Object position after alignment (on known [emulated] screen size)
  3. File system (generic functionality; not suggesting it initially test anything platform specific)
  4. Area mutation
  5. Asyncs fire
  6. Linked lists would be an almost perfect first candidate
  7. Math functionality
  8. Memory seems like a good candidate, but could open up black-hole of low RoI problematic edge cases or false results
  9. printf
  10. Tasks fire
  11. Text mutation/manipulation/calculation
  12. Utils
  13. Fonts might be difficult
  14. Style copying
  15. Theme verification
  • Objects may be hard.
  • Drawing will be difficult only in that it will require verifying results from screen capture, and that isn’t trivial to verify

Again, my initial proposal is just for basic core functionality tests where judiciously determined to be worthwhile to minimize regressions.