02-22-2016 01:48 PM
Hi all,
I would like to know what is meant by Future Application Scalability as I was asked about this in a labview questionaire.
02-22-2016 01:52 PM
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> ---'