Portability (cont)
Potability trade-offs ...
- write software that conforms entirely to standards
- forces you to use a subset of available facilities
- may make code more complex "than necessary"
- use "special features" of each individual environment
- may give simpler and more efficient code
- but requires variation of code for each environment
|