Question: When naming parts, nets, etc. should I start indexing at 1 or at 0?
Answer: At 1. In linear algebra, indexing starts at 1 whereas in coding, indexing starts at 0; electrical engineering is much more related to linear algebra than coding. In fact, certain features in Altium (e.g. the repeat directive) won’t even let you index from 0.