Thoughts on versioning

Robert burner Schadek rburners at gmail.com
Thu Oct 28 08:56:12 UTC 2021


I forgot something:

### cross platform

When I write a library to do X.

It has to work on the js,wasm,android,windows,linux,ios without 
every thinking about that this could be a challange.
The only thing I have to do, must be to write

--output=js,wasm,android,windows,linux,ios

anything less and we have failed.



More information about the Digitalmars-d mailing list