Hacker News new | ask | show | jobs
by RcouF1uZ4gsC 863 days ago
> I told her maybe she made mistakes as a developer but since I actually went to school for it, I didn’t have that problem.

Sounds like a jerk. I definitely would not hire the person.

If you are developing anything interesting, you make mistakes. Getting the right abstraction is somewhat of an art. I have made things too flexible and it was a pain to use, and I have made things not flexible enough and it was a pain to adapt. I have denormalized my data too much and had too much repetition, and I have normalized my data too much and had performance problems with too many joins. I have spent too much time automating a five minute task that I did rarely, and I have spent too much time toiling away at something manually that I should have automated.

If you aren’t making any mistakes as a developer, you aren’t growing.