31
freakko
6y

I'm truly and deeply bothered by

import {Object} form "module"

instead of

import { Object } from "module"

What's worse is that I'm bothered by the fact that I'm bothered about this as I'm normally able to laugh away discussions about syntax A being better than syntax B.

Comments
  • 1
    Second seems better, but I look at both and it feels strange.
  • 3
    @Bitwise Crab, that's a typo!
  • 1
    I prefer the second one, somehow fells more readable.

    The same whem writing something with parenthesis (like this) I fell more comfortable ( like this ) and I was seriously mocked by a PM sometime ago because "that's not the right way" I almost said that she could go fuck herself than.
  • 1
    Just like me in the left-brace-in-the-same-line thing.
    Long live same line.
  • 1
    You are not alone sir!
  • 1
    Prettier auto fixes this stuff up for me.
Add Comment