diff options
author | dakkar <dakkar@thenautilus.net> | 2023-07-28 12:37:37 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2023-07-28 12:37:37 +0100 |
commit | e83a245d31fa74ce9badae6d4f94fc6ea1447839 (patch) | |
tree | 6d9fcac7be55e4768a0c8e4aabef3e1fd06e5041 /meta-stuff.rst.txt | |
parent | bad hack! (diff) | |
download | bash-object-system-e83a245d31fa74ce9badae6d4f94fc6ea1447839.tar.gz bash-object-system-e83a245d31fa74ce9badae6d4f94fc6ea1447839.tar.bz2 bash-object-system-e83a245d31fa74ce9badae6d4f94fc6ea1447839.zip |
notes
Diffstat (limited to 'meta-stuff.rst.txt')
-rw-r--r-- | meta-stuff.rst.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-stuff.rst.txt b/meta-stuff.rst.txt index 408e5dd..c7fa181 100644 --- a/meta-stuff.rst.txt +++ b/meta-stuff.rst.txt @@ -48,5 +48,9 @@ next bits… setting up the isa/mro for those two is going to be *complicated* +* constructor should assign attributes + + - this will make ``has`` much simpler to write! + * formalise that ``bos-dispatch/invoke $class 0 $method $args`` is a class method invocation |