Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
macbony @alien.top
BOT
Posts 0
Comments 1
Private constants & breaking private functions in Clojure
  • The term "breaking" is kind of a bad word choice here. You aren't breaking anything. Private is some metadata info, not a lock and key. Its a way to signify that a fn or data is part of the implementation and not the public api, not a way to hide code from you.