OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Add color comparison #204

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

I felt like doing something easy, that would also get me thinking about a TDD workflow. This is the result.

DanRStevens commented 5 years ago

Thank you for the MSVC project updates.

You're right, unit tests do create significant bloat. There is often more test code than library code. Thankfully though the end user doesn't need to care about it.