|
|
|
|
|
by justin66
68 days ago
|
|
> What you should do instead is write all your code so it is little-endian only Of course that’s not what people will do. They’ll write code and not have any idea which parts have a dependency on endianness. It won’t be given a thought during their design or testing and when they need to make it work on a different architecture, it will needlessly be a giant pain in the ass. |
|