Why add extra lines / white space within the code?

Hi!

So my question is why it has been skipped out one space down the page of visual studio on which we are writing our scripts? I will show you what I mean,CaptureLecture10

It might not be too important a quesiton, but if it has anything to do with how to set up the script, I would like to find out,
Should any know why, I would love to hear the answer,

LagunaMental.

The space is not necessary. The code will still work even if the space is not there.
The only reason programmers skip lines is to organize the code in a visual way. Here you can see the variables and the rest of the code separated, so you can easily see it.

When it comes to large files (100+ lines) these skipped lines help see where things change.

This is what I know,
Tim Anfilofieff

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.