On Wednesday, 26 July 2017 03:03:45 UTC+1, Daniel Compton wrote:

> For something like an account, a more idiomatic way to model this in 
> Clojure might be with maps:
>
> If I understand Kevin's post correctly, he's already planning to replace 
his vectors with maps, and he is asking if there's a way to make the change 
without too much pain and without missing anything.
 
I wouldn't count myself as 'experienced' so I don't know if there is an 
answer, but I have definitely felt that pain. If you had a good test 
coverage you could just make the first pass change and then keep iterating 
until the tests pass. Once Clojure 1.9 is out then (I believe) specs will 
be a better way to verify that all your data types are consistent and 
correct. 

Hopefully someone else will have a better answer...

Pete

-- 
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