Please enable JavaScript.
Coggle requires JavaScript to display documents.
PSM - Coggle Diagram
PSM
Security
-
-
-
Types of threats
-
-
-
-
-
-
-
-
-
-
Combined testing, development, production environments
-
-
-
-
Mitigation
To reduce vulnerabilities, eliminate threats, risks
-
-
-
Design
-
-
Methods
-
-
Object descriptions
-
Object (button, tab, text box)
-
-
-
-
-
-
-
-
Development
Programming
-
-
-
-
-
-
Data structures
One dimensional arrays
All same data type, single row
Records
Single row, different types of data
-
Two dimensional arrays
Same data type, rows + columns
Naming conventions
Hungarian convention
intTotal, strFirstName, fltTaxRate
-
-
Internal documentaion
Purpose, justify code and data
-
-
-
-
-
-
-
-
-
-
-
-