Thank you!
Ah, yes- I agree, you need to thoroughly manually test your code on all
systems. However, when your major release is done and you shift into
maintenance mode, and especially long-term maintenance, I found that importance
shifts dramatically to automatic regression tests. That is wher
Nice article, thanks for sharing!
I never saw the value in cross-compilations for non-embedded targets, but
that's probably just me. (You need to test the result on every supported
platform anyway, why does the compilation step matter?)
Hi everyone!
I noticed how much Nim changes the economics of software writing- you can write
easily distributable GUI apps just as quickly as web apps, making GUI apps just
as cheap. This is quite remarkable- try writing one in C++ or Rust, and suffer.
Or just use Nim instead.
Researching libr