On Thu, May 14, 2015 at 12:14 PM, Sean Corfield <s...@corfield.org> wrote:

>
> In an environment where you can’t trust your co-workers(!), you certainly
> want to hide *mutable* data so they can’t modify your objects’ state. When
> you remove mutability, there’s a lot less damage they can do and they it’s
> really more about which pieces of the system do you not want them to "use"
> (in terms of functional APIs).
>

The code itself is mutable. The nice thing about a private function is that
I have reserved the right to change how it works someday, without fear that
others have become dependent on the way it currently works.

e

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to