bangalore-clj

https://www.meetup.com/Bangalore-Clojure-User-Group/
Shantanu Kumar 2019-06-30T05:59:39.002300Z

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

anonfish 2019-06-30T06:51:47.003600Z

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

anonfish 2019-06-30T07:00:38.004Z

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

anonfish 2019-06-30T07:16:32.004500Z

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

anonfish 2019-06-30T20:50:18.005300Z

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

anonfish 2019-06-30T20:54:39.007600Z

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