From: entropic_rune Date: 2005-04-27T00:06:51+09:00 Subject: Re: Managing complexity and untangling my thoughts > Sometimes I perceive it as: > - an object of a certain class > - the actual text of the note > - the text plus its metadata > - the YAML'd version of the text+metadata > - the key used to look up the record in the db > - the text field in which the text is displayed > - the parent widget to which that text field belongs > - or something else. All of these things are present in your code. In my experience, the relationships between such things become clearer when you draw a class diagram.