Skip to main content

Questions tagged [whitespace]

3 votes
2 answers
747 views

I recently fell in love with Factor , a programming language in the Forth family that enforces use of whitespace around identifiers, this allows creation of "functions" with extremely terse ...
Blin's user avatar
  • 139
4 votes
3 answers
6k views

A long time ago when starting learning programming I remember a teacher saying that compiler do not care about whitespace and they are useful to make code readable for human beings. It made perfect ...
Alexei's user avatar
  • 452
2 votes
4 answers
561 views

We have an application that consists binary files (containing a mix of text and numeric information) and programs written in various languages that create, modify and read these binary files. Because ...
Jay Elston's user avatar
  • 2,751
-2 votes
2 answers
268 views

Imagine that you first write a compiler for your language where you necessarily report errors to the user. Compiler also collects location information for backend tools. They must know where the ...
Valentin Tihomirov's user avatar
9 votes
11 answers
26k views

I'm often told by my friends and colleagues that I use way to much whitespace. I guess I do use a little too much whitespace. I often add a line break almost after every line and large blocks of ...
Milo's user avatar
  • 235
0 votes
1 answer
88 views

In the page at http://pear.php.net/manual/en/standards.indenting.php, it is advised to use space instead of tab as it causes issue with diff, patches. Here is the excerpt from the page. Use an ...
user avatar
12 votes
3 answers
9k views

I am intern learning tons about the industry outside of academia. One thing I thought about today was trimming input. On one side of the coin I don't want the user/implementer to constantly ...
TacticalMin's user avatar
1 vote
2 answers
598 views

I'm curious, is there a standard approach to dealing with long lists in the Python community, and in particular, is there any antipathy toward doing blank lines followed by comments to break up a ...
Chris Krycho's user avatar

15 30 50 per page