Blocks and Connections

Block

A Block is the IDE (Integrated Development Environment) for the coding. Though it is similar to other IDEs yet it has the luxury of executing the codes hassle-free.

Blocks

Auto naming blocks

Auto-naming of the block typically refers to generating meaningful names for variables, functions, classes, or other elements in your code automatically, often based on specific rules or patterns. This can help improve code readability and maintainability.

Auto naming

Connection

Although the blocks are independent, a connection can be established between them through the connection portal (yellow dot on both sides) of each block. This will let the user access the components of connected blocks such as variables, libraries, functions, classes, etc. to use in other blocks.

Connection

Display Block Name in Zoom Out

Display name while zoomed out

Block Split

In programming and code execution, it is often necessary to control the flow of instructions by using blocks of code. These blocks can be thought of as self-contained units of logic that perform specific tasks or operations. Sometimes, it is desirable to split a block into two separate blocks while ensuring that the last active line of the original block is passed on to the subsequent blocks.

By ensuring that the last active line is seamlessly transitioned to the subsequent blocks, developers can build more modular and maintainable code, which is crucial for large and complex software projects. However, it's worth noting that in some cases, when there's only one line in the block, splitting it may leave the first block empty.

Block Split

Lint Code

Lint code option can be used to clean up your code.

Lint Code

Zoom Block

You can Zoom into your active block by following the steps as shown in video

Last updated