issues
search
pdl
/
Test-Proto
OO test script golf sugar
1
stars
1
forks
source link
All subjects should be references
#37
Open
pdl
opened
11 years ago
pdl
commented
11 years ago
Because
copying a reference makes it not weak, so it's difficult to implement Scalar::Util's
isweak
.
copying a large scalar is bad because it could be huge, and Test::Proto makes a LOT of copies
...consider making subjects references.
Because
isweak
....consider making subjects references.