polylith

namenu 2024-10-07T13:14:55.554239Z

Our team requires that every component interfaces must have malli function schema. Recently, we tamed AI code reviewer to suggest malli for all functions and it really does nicely. 😃

👍 3
ikitommi 2024-10-07T13:16:09.705079Z

please demo 🙂

namenu 2024-10-07T13:24:39.859219Z

The instructions and review comment is all in Korean for now so it's not ready to demo, but i'll try!

namenu 2024-10-07T13:24:55.389979Z

BTW, the tool we are using is "http://coderabbit.ai". For now it's much better than github copilot since it utilizes the entire codebase as s RAG.

namenu 2024-10-07T13:26:20.345869Z

(it means, it can infer suitable function signature from core.clj, even if the changelist only contains interface diffs)

ikitommi 2024-10-07T13:32:40.287899Z

👍