Implement toString() for objects #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "display-objects"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To satisfy this final requirement, we need to have
toString()implemented for version managerObjects which will allow them to be easily (and nicely) printed if needed (includes tests).