Re: exclamation point at end of function names

2009-02-22 Thread Kevin Albrecht
I am also interested in the reasoning behind this. See my related question here: http://groups.google.com/group/clojure/browse_thread/thread/b04d49784c895030 --Kevin Albrecht On Feb 21, 5:47 am, Mark Volkmann wrote: > If I understand correctly, ending a function name with an exclamation > poi

exclamation point at end of function names

2009-02-21 Thread Mark Volkmann
If I understand correctly, ending a function name with an exclamation point is a way to indicate that the function changes the value of one of its arguments. This is similar to the convention of ending function names with a question mark if they have a boolean result. Is there a reason that the r