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 .

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

Â