Re: Request a short code review

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sam

    Re: Request a short code review

    Hello,

    I would personally avoid using "type" as variable name, or key,
    because built-in class type already exists. As I understand your code,
    it was not your intention to override it.

    ++

    Sam
Working...