3
Xo-oY
6y

My lead developer requires object sorting, so {url, extraParams = { id = '1', hobby = 'code' }} HAVE TO be {extraParams = {hobby = 'code', id = '1'}, url}. Is that normal?

Comments
  • 2
    Nope. Not normal. Just plain weird.
  • 4
    Just tell him to fuck off cause he's stupid
  • 0
    I would be suspicious of that. Someone capable of that mindset is capable of creating some software that's DEPENDENT on getting URL parameters ordered!
  • 1
    It's entirely a linter rule, if I don't follow there will be "error" written all over my face, and someone will point it out and "correct" it. The order has absolutely no affect on execution.
Add Comment