google / blockly-games

Games for tomorrow's programmers.
https://blockly.games/
Apache License 2.0
1.28k stars 603 forks source link

No bottom dent inside blocks #215

Closed ByteEater-pl closed 3 years ago

ByteEater-pl commented 3 years ago

Instructions which have room for other instructions inside them have a peg on the top of the space to match the dent of the first inserted block. However, there's no dent at the bottom, so the peg in the bottommost inserted block is mismatched, visually disconcerting and potentially causing the user to question if he's doing it correctly.

ByteEater-pl commented 3 years ago

Actually this is about Blockly itself (whose repo is harder to find), so please move the issue if possible and appropriate.

NeilFraser commented 3 years ago

This is a common and a valid request. However, implementing it solves one small problem and immediately creates a second, much bigger problem. We even have documentation on this issue:

Nesting sub-stacks https://developers.google.com/blockly/guides/app-integration/best-practices#2_nesting_sub-stacks