Ticket #50 (closed task: fixed)

Opened 21 months ago

Last modified 21 months ago

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

Changed 21 months ago by hbock

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.