Comment on What are concrete examples of mistakes junior devs often make?Comments−petervandijck10y- Over-engineer architecture (or the tech stack), including not-invented-here-syndrome.- Underestimate dev time needed, especially the "second 90%".- Early optimization, from unnecessary loops to unnecessary tech stack selection.
Comments
- Over-engineer architecture (or the tech stack), including not-invented-here-syndrome.
- Underestimate dev time needed, especially the "second 90%".
- Early optimization, from unnecessary loops to unnecessary tech stack selection.