Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 353 Bytes

File metadata and controls

10 lines (7 loc) · 353 Bytes

Prototype design pattern

This repo compares and asserts the diferences of Value and Reference types by using 3 different custom types:

  • struct ValueType
  • class ReferenceType
  • class CopyableReferenceType

Tests

image