We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18532ff + 8e23d36 commit 189543bCopy full SHA for 189543b
docs/design.md
@@ -12,6 +12,7 @@
12
# Intentional Limitations (for simplicity)
13
* Each blockly workspace goes to one Python file (module) and can only contain one class
14
* The only type of methods that can be created are class instance methods
15
+* We don't allow multiple methods to be created with the same name (even though Python does)
16
* All variables created in blockly will be class instance variables
17
18
# Design thoughts
0 commit comments