Skip to content

Commit 189543b

Browse files
authored
Merge pull request #92 from alan412/pr_add_limitation
Added limitation to design doc
2 parents 18532ff + 8e23d36 commit 189543b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/design.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Intentional Limitations (for simplicity)
1313
* Each blockly workspace goes to one Python file (module) and can only contain one class
1414
* 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)
1516
* All variables created in blockly will be class instance variables
1617

1718
# Design thoughts

0 commit comments

Comments
 (0)