While coding the micro:bit on the MakeCode site, when using logic-related commands (if, if else, false, true…), useless false blocks keep appearing, as shown in the picture below. I haven’t even made this, but it appears like a ghost. Isn’t this a bug? I use the Korean language, and this photo was translated into English specifically for reporting online.
That happens to me as well. Those seem to be the left over False from cascading if else statements. I think it does that because if you accidentally put something into the if then slot the code you had there doesn’t get lost. That is my guess. Oddly the True doesn’t seem to do that.