![]() |
"White space"
Who uses white space???
(if you don't know what that is, it is like making your programs easy to read) |
Re: "White space"
Why wouldn't you use white space?
|
Re: "White space"
I use it so I can read my code.
|
Re: "White space"
Quote:
|
Re: "White space"
Quote:
Generally, the argument is for how much whitespace is enough, and usually boils down to personal opinion. Personally, I like white space. |
Re: "White space"
Quote:
:p |
Re: "White space"
Quote:
|
Re: "White space"
Did anyone else think of the programming language whitespace?
After writing a bit in Python, I more fully appreciate proper formatting for code. Programming is codified communication, with the machine and with the human. I don't over kill on it in other languages, but I do try to maintain some semblance of order, even if I'm just writing a short script to check my calculations. |
Re: "White space"
I like to use white space, especially since I'm not the only one working or reading the code. Also my dad is a software engineer, and he has shared with me when he looks at code that a group is working on and they don't comment or orginize their code. Especially when others have to understand and read the code.
|
Re: "White space"
Quote:
|
Re: "White space"
I love whitespace! If the OP is trying to argue against it, he's in for a surprise if he ever gets a programming job. Even if you can read non-whitespaced code, nobody else can.
Some kids I've mentored in the past didn't use tabs at all, and it was painful to look at. It was impossible to tell, at a glance, when functions started, the scope of loops, etc. It was all either memorization or bracket-counting. |
Re: "White space"
This year I found the majority of compilation errors that I helped my students fix were due to mismatched braces (usually with inconsistent indention). Whitespace is good, especially if you want quick help.
Helpful Windriver tip: Select your code and press Ctrl-I to auto indent your code |
Re: "White space"
Quote:
|
Re: "White space"
I use it as much as possible.
I tend to follow the statement I believe Alan Anderson made: "Software is documentation that compiles into code". I my have mis-quoted that, but you get the idea. |
Re: "White space"
Quote:
|
| All times are GMT -5. The time now is 02:25. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi