Array Lists
If you know the size of your array beforehand (fixed size), almost always go with a regular array, not an array list.
Debugging

Different hats a programmer wears. Architect hat during the design phase, engineer hat during coding phase, etc.
Any problem (i.e. bug) that cascades from one step to another causes a factor of 10x in the cost to fix it…



















