Difference between revisions of "Computing"

From Jtkwiki
Jump to navigationJump to search
(New page: == Programming Principles == === Object Oriented Programming == * An instance in a computing process must represent exactly one instance in the modelling domain. === Databases === * Id...)
(No difference)

Revision as of 14:28, 13 July 2008

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.