GSoC Status Update, week 10
Work done since last report
- Discussed refactoring and final API, reaching conclusion on most issues
- A bit of general cleanup
- Docstring and comment additions
- More moving to
shared.lisp - Moved message-specific functions to
message.lisp
Problems
Work actually done differs a bit from what I was planning to do mainly as a result of the discussion mentioned in previous section. The message class idea has been rejected since it was really a premature optimization (which, as we all know, is root of all evil) – so I backed out of it, and stayed with alists, but separated message-related code.
Plans for next half week
- Finish factoring out messages
- Tests!
- Authorization process structure (for what is called
IDacross the code)
