Computing

From Jtkwiki
Revision as of 14:28, 13 July 2008 by Jtkim (talk | contribs) (New page: == Programming Principles == === Object Oriented Programming == * An instance in a computing process must represent exactly one instance in the modelling domain. === Databases === * Id...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Programming Principles

= Object Oriented Programming

  • An instance in a computing process must represent exactly one instance in the modelling domain.


Databases

  • Identification and description must be kept separate.
    • Primary keys should be generated where reasonably possible.