Small Basic - Make it Easy to Read
Small Basic gives you a lot of freedom to format the different statements in your source code.
For example, you can use white spaces and empty lines to make your code easier to read. You can also add comments anywhere in the program to explain what your code does.
Although your running program doesn’t care about these additions, the way your source code’s laid out in the editor can make it much easier to read.
Of course, if you decide to post your Small Basic programs online, others will see it and try to understand your code, so be sure to use comments and empty lines to make it easier to read! It’ll also help you build great habits as a programmer!
Read more about Small Basic (and download it): https://blogs.msdn.com/b/smallbasic/
Have a Small and Basic week!
- Ninja Ed & Majed Marji
Comments
Anonymous
March 24, 2015
I agree. Thanks for remind this.Anonymous
March 25, 2015
You're welcome, Yan! It really helps the readability of your code if you put a little thought into the formatting and commenting. Thanks for reading!Anonymous
April 11, 2015
We can use it for webdevelopment at www.fischersoftwareusa.comAnonymous
January 31, 2016
Computers Today (part 1 of 6) blogs.msdn.com/.../computers-today.aspx ..... CS SPOTLIGHT: Girls in computer programming... why it matters!!! blogs.msdn.com/.../cs-spotlight-girls-in-computer-programming-why-it-matters.aspx ... Computational Thinking - Videos & Papers by Jeannette Wing blogs.msdn.com/.../computational-thinking-videos-amp-papers-by-jeannette-wing.aspx