added some comments for class Char, and added some TODO's

This commit is contained in:
2016-10-23 15:41:32 +02:00
parent 53efe34ed1
commit bc0fc06772
3 changed files with 7 additions and 3 deletions

View File

@ -6,6 +6,7 @@ class Char;
// TODO: think about making ctors explict
/* Design decisions:
* - Everything related to ref-counting is the responsibility of the StringValue class
* - Anything dynamically allocated is owned (and thus once deleted) by the StringValue class