From 8737cedeb553565e3f0bb9fda2eddf1ed41a400d Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 17 Mar 2023 01:44:16 -0400 Subject: virtual vs tcl note in style guide --- docs/tcl.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/tcl.md b/docs/tcl.md index 61755f26..34842cdd 100644 --- a/docs/tcl.md +++ b/docs/tcl.md @@ -26,6 +26,16 @@ puts [add {*}$numbers] ## Style guide +### Tcl code vs. virtual programs vs. printed programs + +In general, avoid adding new .tcl files to the Git repo. Pure Tcl +libraries are an antipattern; we should only need them for the hard +core of the system. + +Most new code (both libraries and applications) should be virtual +programs (which ilve as .folk files in the virtual-programs/ +subfolder) or printed programs. + ### Folk - Use complete sentences when you word your claims and wishes. -- cgit v1.2.3