/
Indentation

Indentation

It goes without saying that proper indentation is critical for proper understanding and readability. Good indentation breaks up heavy blocks of code into logical groups and obvious relationships that are easy to scan and even easier to understand.

The Translator makes it easy to properly indent your code with Auto-Indentation.

Simply select a block of code and press Tab, and Iguana will intuitively apply the correct indentation structure for you. We strongly recommend that you use this feature as part of your regular coding practice.

indent.png

 

Related content

Translator
More like this
Premature optimization in the translator
Premature optimization in the translator
More like this
File Based Interfaces
File Based Interfaces
More like this
Auto-Indentation
Auto-Indentation
More like this
Using the Translator
Using the Translator
More like this
Browse the Iguana Source Code in a Convenient IDE
Browse the Iguana Source Code in a Convenient IDE
More like this