Ticket #50 (closed task: fixed)
Replace unneeded specials with (LET #...)
| Reported by: | hbock | Owned by: | hbock |
|---|---|---|---|
| Priority: | trivial | Milestone: | Periscope 0.9.0 |
| Component: | Periscope | Keywords: | periscope style |
| Cc: |
Description
In cases where we use global variables for only two utility functions (e.g., LOOKUP-HOSTNAME and PORT-TO-NAME), try to use something like this instead:
(let ((portname-cache (make-hash-table))) (defun (port-to-name ...)))
Change History
Note: See
TracTickets for help on using
tickets.
