Skip to content

Commit 8e23d36

Browse files
committed
Added limitation to design doc
1 parent 178dc39 commit 8e23d36

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)