From e7a561b0c4fc55d07ce1e0e92ad717b1e67aef4f Mon Sep 17 00:00:00 2001 From: Clint J Edwards Date: Sun, 22 Dec 2024 18:02:07 -0500 Subject: [PATCH] docs: clarification for 'stunted extensibility' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a665fa86..6059ea17 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Its primary function is to execute short-term jobs like code linting, build auto - lack tight feedback loops while developing pipelines. - require you to marry your business logic code to pipeline logic code. - use configuration languages (or sometimes worse...their own DSL) as the DSL you interact with. - - stunted extensibility. + - don't pay attention to extensibility. - I consider all the above to be bad software design and wanted to see if I could make something that went in another direction. ## Features: