Because not everyone can afford to use a traditional computer with Microsoft Windows (Win32), but everyone should produce cross-platform code.MinGW allows you to ensure that your code is cross-platform (if your code compiles on Linux + Win32, it is more cross-platform than most code).You can also use Termux's Hangover package to ensure that unit tests pass on Win32.
Share this post
How to (plus reasons to) produce…
Share this post
Because not everyone can afford to use a traditional computer with Microsoft Windows (Win32), but everyone should produce cross-platform code.MinGW allows you to ensure that your code is cross-platform (if your code compiles on Linux + Win32, it is more cross-platform than most code).You can also use Termux's Hangover package to ensure that unit tests pass on Win32.