Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Intentional Limitations (for simplicity)
* Each blockly workspace goes to one Python file (module) and can only contain one class
* The only type of methods that can be created are class instance methods
* We don't allow multiple methods to be created with the same name (even though Python does)
* All variables created in blockly will be class instance variables

# Design thoughts
Expand Down