The visual-basic tag has no usage guidance.
0
votes
1answer
594 views
Most efficient multiple condition IF statement
I am using a function to compare over 100 variables inside of classes to each other an am curious if one method of comparing multiple condition statements is more efficient than another. I am ...
0
votes
1answer
203 views
Convert to Object Oriented Programming
I am currently working on a project that is fairly small for the time being. There was a recent change to implement 3-tier architecture, such that the code is now split up appropriately to data ...