7
AleCx04
3y

I don't know if something changed on the go linters, the spec or whatever.

...... but I am so fucking glad that I don't get retarded "eXpoRteD FuNctioNs neeEd tO bE coMmenTed"

Fuck how I hate how these tools operate sometimes

Comments
  • 1
    It's for your own good
  • 0
    I think this one is OK. You don't usually export something without intent, and intent should have a description.
  • 1
    @vintprox @mundo03 I will fight ye both
  • 2
    I'm bewildered, when eslint tells me that adding the type of a variable is wrong because it gets statically inferred just because I initialize it with a value. Dude, it's typescript. Let me add my types to a typed language. I don't care if you consider it superfluous or noise. I'm writing code for people.
  • 1
    @angry-ak I am bewildered as well, dunno if this is agreeing or disagreeing with me.
  • 1
    @AleCx04 I wholeheartedly agree. Lingers can be just an odd bit
Add Comment