Node:Setting up a data structure, Previous:Lists and trees, Up:Complex data structures



Setting up a data structure

Plan your data structures well, before you write any program code. Changes in program code may not affect data structures, but changes to data structures will likely imply drastic changes to program code.