-
Notifications
You must be signed in to change notification settings - Fork 0
Usability
switham edited this page Jan 25, 2014
·
7 revisions
Okay, sub-issues --SteveWitham
A) How sensible does the API seem to you?
B) The leaves only support a single call to Random. Is that too harsh? On the other hand, they provide the .sequence() method that gives you a stateful PRNG. Is that too lenient? Or is the inconsistency bad?
C) The "life cycle" by which the nodes attempt to prevent unwise uses. It can be gotten around. Weird, problematic? Better way?
D) Docs or API, or failure to mention a pitfall in the docs, lead to natural bad practices?
E) Other usability issues?
F) The overview and recommendation stuff is in Documentation, and of course docstrings in treeprng.py. Critique documentation at CritiqueDocumentation.