Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Program portability

How to make sure that my program will be fully portable?

like image 294
smallB Avatar asked Aug 19 '10 18:08

smallB


People also ask

What is meant by program portability?

Portability is a characteristic attributed to a computer program if it can be used in an operating systems other than the one in which it was created without requiring major rework. Porting is the task of doing any work necessary to make the computer program run in the new environment.

What is an example of portability?

1. A term used to describe an object that can be easily moved, such as a portable computer. For example, a laptop is a good example of a portable computer.

What is portability of a good software?

Software portability is the possibility to use the same software in different environments. It applies to the software that is available for two or more different platforms or can be recompiled for them.

Why is portability of program important?

Software that requires much environment-related configuration and tuning will cost time and effort as new versions move through the lifecycle. Portability saves time and mental overhead for anyone involved in moving new versions of the software across environments.


1 Answers

Continuous integration on all target platforms.

like image 194
Lou Franco Avatar answered Sep 20 '22 15:09

Lou Franco