Content deleted Content added
Peter Flass (talk | contribs) No edit summary |
→top: simplified |
||
Line 4:
}}
In [[object-oriented programming]] and [[computer science]], a '''passive data structure''' ('''PDS'''
Passive data structures are appropriate when there is a part of a system where it should be clearly indicated that the detailed logic for data manipulation and integrity are elsewhere. PDSs are often found at the boundaries of a system, where information is being moved to and from other systems or persistent storage and the problem ___domain logic that is found in other parts of the system is not relevant. For example, PDS would be convenient for representing the field values of objects that are being constructed from external data, in a part of the system where the semantic checks and interpretations needed for valid objects have not yet been applied.
|