Add change 32 to instructions

This commit is contained in:
David Doblas Jiménez 2024-06-14 16:29:25 +02:00
parent 7a0f86e49b
commit 556c16c081

8
how_to/Change_32.md Normal file
View File

@ -0,0 +1,8 @@
- data: Create Refvalue container
To make working with symbolic refs easier, we will create a `Refvalue` container
to represent the value of a ref. `Refvalue` will have a property symbolic that
will say whether it's a symbolic or a direct ref.
This change is just refactoring, we will wrap every OID that is written or read
from a ref in a `RefValue`.