You may also be interested the defonce macro, in this gist: https://gist.github.com/one-more-minute/8299575
@defonce simply checks if the type is already defined, so you can reload files quickly without having to use modules.
You may also be interested the defonce macro, in this gist: https://gist.github.com/one-more-minute/8299575
@defonce simply checks if the type is already defined, so you can reload files quickly without having to use modules.