20
AleCx04
5y

I dunno why, but my brain is just not weird to like syntactic whitespace.

Things like yaml, python and coffeescript...as much as I like Python...i just can't stand being forced to deal with whitespace.

Comments
  • 3
    I just don't like how it makes pasting into vim more difficult with my default auto-indent settings. Oh, and how minification of prod files is downright impossible.
  • 3
    @taigrr you can minify python just as well using the ; as a terminater AFAIK. But doing that just seems pointless and dumb
  • 3
    @inaba Right, you technically can, but there are some assignment side effects since the semicolon is a separator, not a terminator. Your code might not behave reliably if you're doing some crazier things.
  • 1
    I’m not a big fan of it either :L
  • 0
    @taigrr side effects that "might" be there and not side effects that "are" there
  • 1
    @inaba so ya sayin ycant even be sure if da side effect is there huh
  • 0
    @ganjaman Schrödinger's side effect.
Add Comment