LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

application scalability

Hi all,

I would like to know what is meant by Future Application Scalability as I was asked about this in a labview questionaire.

 

 

0 Kudos
Message 1 of 2
(2,769 Views)

Scalability is just related to how adaptable your code is if changes or additions are needed. This means that you need to be conscious of how the code may be changed in the future even as you're just beginning the coding process. Your code should be modular in design, so that you can edit sections of code easily that go together and add new modules if necessary.

Here's an article on scalable architectures.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 2 of 2
(2,764 Views)