Simple question, will anything commented out be left out by the compiler?
Anything with // or /*
I believe so, but want to double check.
No, never. XCode does not compile commented line.