Tagged Questions

2
votes
9answers
217 views

Significant Whitespace in C# like Python or Haskell? [closed]

I'm wondering if any other C# developers would find it an improvement to have a complier directive for CSC to make whitespace significant ala Haskell or Python where the kinds of whitespace creates …