Closed jacekschae closed 6 years ago
Thanks for pointing it out.
I was trying several things from the beginning so this must be a leftover. I don't remember any specific reason to not just use comment
. I'll fix it right away.
Ah I remembered when I checked. comment is a function from Clojure's core library. I used comment-table in order to not conflict with it.
Of coures! Now when you mention this it all makes sense. More or less going through it line by line. I'm more of a front-end guy, at least when it comes to Clojure. I appreciate so much the work you put into Polylith. If I find some other things I'll probably bug you again.
Perfect! Keep opening issues for the problems you find. We can make it a perfect example for others by fixing everything.
Question
In the
clojure.realworld.database.schema
you definecomment-table
and all other tables don't have the-table
suffix. Is there a reason for that? Most probably I have limited view on this and trying to figure out what is the rationale here.Thanks for creating this!