muddi [he/him]

  • 0 Posts
  • 12 Comments
Joined 4 years ago
cake
Cake day: July 29th, 2020

help-circle


  • I think of it in terms of levels building on top of each other, or circles enveloping each other; also how I evaluate interviewees and new hires:

    1. Finishes the task, but needs handholding
    2. Finishes the task, figuring it out from docs, guides, and internet
    3. Finishes the task, proactively trying to make sure it doesn’t return again as a bug or failing QA
    4. Finishes the task, designing things in a way so that devs don’t need to put in extra effort in the future

    In short, learning how to do something right, but also alternative strategies, how to pick the best option, and finally make sure you always end up with the right choice, or automatically do so, by design.

    It’s at core a matter of experience, but taking on new opportunities and reading up helps to accelerate that.







  • The circular reasoning I got after proposing to use a code formatter:

    • Why are you nitpicking on PRs? Let’s use a linter instead
    • Yes we already have a linter for compliance sake
    • Oh it’s turned off though. I don’t like it.
    • No we can’t use it actually, it’s a third party one and it’s not compliant.
    • We can’t use the first party one. It’s not extensive enough.
    • No we shouldn’t extend it with our own custom rules. It’s too much maintenance.
    • I refuse to use any IDE formatting shortcuts or plugins, and will commit my code as I feel. The problem is not how I write my code.
    • Why are you still discussing this? Didn’t you figure out how to use a linter yet?

    We’re still at square one with this after a year or so