Skip to content
Mikhail Panko edited this page Aug 30, 2013 · 2 revisions

MECE stands for "mutually exclusive and collectively exhaustive". Such structure for data and code can be very powerful.

  • Organize data so that every piece of it has a single representation in the system (mutually exclusive)
  • Make sure that every data which you will need in the project is represented in your data organization (collectively exhaustive)

Check out an example of a MECE data format.

Clone this wiki locally