|
|
|
|
|
by electroly
863 days ago
|
|
In the .NET world we're developing on Windows/x64 and deploying on Linux/ARM64 en masse at this point. I haven't personally seen an issue yet where I had to debug a Linux- or ARM64-specific issue. I think different language ecosystems have wildly differing levels of readiness for this. |
|
Though even in .NET you can still get bitten by assumptions about endianness, for example.