When drawing a circuit in a schematic editor, most of the time people are going to have to draw their own custom symbols, for example ICs.
What is the standard practice for the way in which pins are laid out on a custom symbol?
- Is it better to order the pins around the block as they appear physically on the part....(I find this helps with pin identification when debugging hardware)
or
2. Is it better to assume a non-chronological order so as to minimise cross overs of wires...(I find this helps improve readability)
Summary: Which of those two methods (or another i'm unaware of) considered standard practice?