Certification

cancel
Showing results for 
Search instead for 
Did you mean: 

Create a Project for CLD?

Solved!
Go to solution

While preparing for the CLD I've noticed the sample exams say "You must maintain the folder hierarchy..." that is provided on the USB stick.

 

Does that mean I shouldn't create a Project for my vi's?

Or would that be bad style?

 

Thanks!!

 

Adam

Message 1 of 4
(6,449 Views)
Solution
Accepted by topic author adam_f

You should definately be using a project.  A project and file heirarchy are two totally seperate things.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 4
(6,448 Views)

Thanks!

0 Kudos
Message 3 of 4
(6,445 Views)

WOW

You've hit a "Pet peeve" of mine.

 

Projects are essential for organizing code components.  Libraries are essential for reusable code. 

 

I see too many "Readme.vi"s and way too many broken projects in SCC because the developers avoid using projects.  WORSE, I see too many files with names like "MPJT_Verb_Noun_WithError+(Datatype).vi.s"  that could be renamed to "Read File.vi"" in "Specific file type.lvlib(p)" on "MyProject/<MyTarget>" vi with error handeling"  or in proper english "Do Act" to "What" in "Scope" on "Target" from "Framework Template". Projects are essential to scope


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(6,428 Views)