From 5cd2539f46d8af92983ae09f241e0bcd89ef0062 Mon Sep 17 00:00:00 2001 From: dcovington Date: Wed, 2 Sep 2026 11:29:31 +0000 Subject: [PATCH] Add 'docs/ideas.md' --- docs/ideas.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/ideas.md diff --git a/docs/ideas.md b/docs/ideas.md new file mode 100644 index 0000000..b564e19 --- /dev/null +++ b/docs/ideas.md @@ -0,0 +1,12 @@ +Create and agents.md and claude.md so agents can use this repo to quickly develop applications + + +to do : +refactor so that classes and functions are wsl components that are unregistered and reregestered at application startup in the global.asa file + +we need a scrit that will turn classes and functions into wsl files that the code can call and use + +need to design classes with reflection in mind so that classes know about themselves and what they can do + +also need to desgin functions and methods with contract by design in mind so that errors can be trapped better +