code-reviews

roelofw 2016-12-20T21:30:50.000638Z

Site is ready. Code : https://github.com/rwobben/paintings

roelofw 2016-12-20T21:31:15.000640Z

the layout can be see here : https://lit-lowlands-46138.herokuapp.com/

sveri 2016-12-20T21:35:44.000641Z

@roelofw Something non clojure specific. Its better to ignore the .idea folder and *.iml files. Or any other IDE specific stuff. This should be generated by the build tool or handled by the IDE itself.

roelofw 2016-12-20T21:36:06.000642Z

oke, I will change that

roelofw 2016-12-20T21:36:24.000643Z

I know I can do that with git ignore file

roelofw 2016-12-20T21:36:45.000644Z

I do not know if these folders get deleted the next time I put them in the ignore file

sveri 2016-12-20T21:37:31.000645Z

You have to remove them from git explicitly, once they were added, even after adding them to the .gitignore file. The same goes for profiles.clj which explicitly states it should be in .gitignore in its comment.

sveri 2016-12-20T21:39:41.000646Z

do-both-in-parallel-detail what is both? The name could be better

roelofw 2016-12-20T21:43:16.000647Z

oke, done with deleting the files from github

roelofw 2016-12-20T21:43:45.000648Z

the function takes care that both files are executed in parallel

sveri 2016-12-20T21:44:34.000649Z

Try to express what the function does in the name. Also do not express how the function does that (parallel or not is an implementation detail which does not belong into the function name)

roelofw 2016-12-20T21:47:25.000650Z

oke, I will try to make up a better name

roelofw 2016-12-20T21:47:35.000651Z

any recommendations?

sveri 2016-12-20T21:48:24.000652Z

Also any log file does not belong into source control

sveri 2016-12-20T21:48:41.000653Z

and the log itself not into the "src" folder

sveri 2016-12-20T21:49:25.000654Z

maybe fetch-paintings-and-images

roelofw 2016-12-20T21:51:32.000655Z

nice idea

roelofw 2016-12-20T21:53:24.000656Z

changed it also

sveri 2016-12-20T21:53:56.000657Z

In general format the whole file and remove the empty lines at the end of the file

sveri 2016-12-20T21:54:14.000658Z

closing parantheses belong to the end of the line and not on the next line

roelofw 2016-12-20T21:55:05.000659Z

@sveri which file are you talking about

roelofw 2016-12-20T21:57:33.000664Z

changed that

roelofw 2016-12-20T21:57:47.000665Z

the reformat I let cursive do the formatting

sveri 2016-12-20T22:00:06.000666Z

did you commit already?

roelofw 2016-12-20T22:01:49.000667Z

nope, I busy with some reformatting

sveri 2016-12-20T22:02:08.000668Z

ok

roelofw 2016-12-20T22:03:33.000669Z

now committed

roelofw 2016-12-20T22:03:54.000670Z

If you have more feedback then I will read it tomorrow. Now time to sleep

roelofw 2016-12-20T22:04:02.000671Z

Thanks a lot for the feedback

sveri 2016-12-20T22:04:06.000672Z

Yea, for me too, have a nice day 🙂

sveri 2016-12-20T22:04:10.000673Z

night 😄

roelofw 2016-12-20T22:04:24.000674Z

I wish you the same

roelofw 2016-12-20T22:04:48.000675Z

and I hope your are satisfied how I deal with your feedback

sveri 2016-12-20T22:05:48.000676Z

hehe, its not about me. You should be satisfied with yourself 😉

roelofw 2016-12-20T22:11:08.000677Z

of course, but it is always good to see that some one is doing something with the remarks you made