You've got some good advice already, but one that I'll add here is adopting the principle of charity [0]. Every time someone talks to you, interpret their words in the way that is most favorable to their argument and your mutual interactions. This assumption goes a long way to short-circuiting any negative thoughts you might have about their intentions. For example, if there seem to be two interpretations of a commen…
Ask HN: How do you not take criticism of your work personally?
31–40 of 653 posts
Re: Ask HN: How do you not take criticism of your work personally?
#32For me, I put my mistakes in perspective. Did anyone die? No? Then on the scale of important consequences the mistake was statistically inconsequential. My day is ok.
This is rational, I wish I could just do this but my ego is in the way and I don’t like being wrong.
Wise people are often wrong.
Smart people make dumb mistakes all the time.
Diligent workers still don't get to approach every single problem with meticulous attention to detail.
Rational, reasonable people nonetheless inevitably hold some inconsistent beliefs.
... and so on.
You can be wrong without being bad.
It can be hard to remember this at an emotional level, especially if you have a history of being belittled for making mistakes, or you feel like you're not taken seriously enough. But it's true! Remind yourself of it. :)
Re: Ask HN: How do you not take criticism of your work personally?
#33Re: Ask HN: How do you not take criticism of your work personally?
#341. If the change requested was not major I was making mental push to agree and just do it, in many cases comments were not about the very substance of what I was working on but they were sliding on the surface
2. I was learning to read my work and see if reviewer is actually right, as I'm not a genius and there are times I get something wrong
3. I was learning 'the art of not giving a f*ck', well, sometimes this is what you need to do to keep sane :)
Re: Ask HN: How do you not take criticism of your work personally?
#35If it's point out something that can be done better. I can take it regardless how it's phrased. That is the only thing on my mind when I am working
Re: Ask HN: How do you not take criticism of your work personally?
#36The reason I took criticism of my work personally was that I build my identity around the fact that I'm smart and good with computers. If you think of yourself as having value BECAUSE you're good at X - it's almost impossible not to take criticism personally. You can pretend not to care, because it seems professional - but inside you'll still be hurting, and by default you'll still act to prevent the damage to your e…
Re: Ask HN: How do you not take criticism of your work personally?
#37Nobody is perfect.
I stopped taking it personally after working on an app about 15 years ago. I was reading the code and had an epiphany: it was buggy as shit. Less experienced me probably thought it was fine. But if timings were just right, there were some bugs that would cause all sorts of errors.
But they hadn't ever happened, despite the system running for 3 years at about 10k requests handled per second. So, did the bug matter? I dunno. I fixed it, sure. But it gave me a new outlook. It's impossible to avoid all mistakes. So try your best, and don't beat yourself up over the ones you miss.
Re: Ask HN: How do you not take criticism of your work personally?
#38Re: Ask HN: How do you not take criticism of your work personally?
#39Re: Ask HN: How do you not take criticism of your work personally?
#40I used to struggle with this like you describe, and still do to some extent, but I think the fundamental cause is just insecurity, at least in my case.
I just have to remind myself that everyone makes mistakes all the time, and that's why we have code review. If someone spots a mistake in my code in review, they just saved me from looking even dumber down the line when something breaks in prod. I've also learned that feedback from others is the single most powerful way of identifying holes in your knowledge.
Over time, by forcing myself to look at things in this framing, I've come to mostly enjoy constructive criticism, and see it as an opportunity rather than be offended.