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 +