From 6744d1752cbec704761e42a17f685f325fc80804 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 30 Apr 2020 13:15:14 +0200 Subject: [PATCH] Dev note --- doc/dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev.md b/doc/dev.md index 63bdb6bb..48d5e246 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -24,10 +24,10 @@ $ git submodule update --recursive When adding libraries to babashka, consider these evaluation criteria: -- Adding the library or class extends the reach of babashka to more libraries in - the Clojure eco-system. - The library or class is useful for general purpose scripting or accomplishing small devops tasks that would otherwise require a full JVM version of Clojure. +- Adding the library or class would make babashka more compatible with Clojure + libraries relevant to scripting or small devops tasks. - The functionality can't be met by shelling out to another CLI or can't be written as a small layer over an existing CLI (like `babashka.curl`) instead.