Fork me on GitHub
#bangalore-clj
<
2019-06-30
>
Shantanu Kumar05:06:39

@nilesh.tr What are you dealing with? Feel free to share details.

anonfish06:06:47

@kumarshantanu I am trying to add a feature in Metabase codebase but need to figure out how to use lein repl more effectively to be able test my changes iteratively.

anonfish07:06:38

Also, finding it hard to navigate toucan / honeysql etc which metabase uses

anonfish07:06:32

for eg; some of the methods are private so I'm unable to invoke those via the REPL

anonfish20:06:18

Had to spend a few hours struggling with very basic details, but was finally able to get everything to work.

anonfish20:06:39

So many gotchas for beginners: - def v/s defn vs defn- vs schema/defn - Keywords v/s symbols v/s Strings - (name keyword) v/s (str keyword) - map lookup like (:property object-like-map) - (.method Object) style for invoking Java methods