Good readings about refactoring data structures

Posted by Alex_coder on Stack Overflow See other posts from Stack Overflow or by Alex_coder
Published on 2010-04-18T02:22:16Z Indexed on 2010/04/18 2:33 UTC
Read the original article Hit count: 181

Filed under:
|

Nowadays most programmers know about code refactorings.

What about refactorings of data structures, are there any good readings about it?

One paradigm that I can think of is the normalization process of a relational database.

Are there any other good examples?

© Stack Overflow or respective owner

Related posts about refactoring

Related posts about data