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...)
 
Line 1: Line 1:
 
== Programming Principles ==
 
== Programming Principles ==
  
=== Object Oriented Programming ==
+
=== Object Oriented Programming ===
 
* An instance in a computing process must represent exactly one instance in the modelling domain.
 
* An instance in a computing process must represent exactly one instance in the modelling domain.
  

Revision as of 14:29, 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.