More TODOs

This commit is contained in:
Felix Krause 2016-01-05 17:00:49 +01:00
parent d64184c025
commit 8b12d069a5
1 changed files with 5 additions and 0 deletions

View File

@ -229,6 +229,11 @@ Output:
objects and tuples) objects and tuples)
- Make it possible for user to define a tag URI for custom types - Make it possible for user to define a tag URI for custom types
- Use `concept` type class `Serializable` or something - Use `concept` type class `Serializable` or something
- Check for and avoid name clashes when generating local tags for custom
object types.
- Possibly use `genSym` for predefined and generated `yamlTag` procs because
they are an implementation detail and should not be visible to the caller.
same goes for `lazyLoadTag` and `safeLoadUri`.
* General: * General:
- Proper error handling (do not use `ValueError` for everything) - Proper error handling (do not use `ValueError` for everything)
- Proper error handling, seriously - Proper error handling, seriously