DEV Community

taijidude
taijidude

Posted on

This has been done before!

A small reminder for me. This week gave in to the temptation to implement something myself, before properly checking if somebody of my colleagues already had done the work. I Mean i did check, found nothing and gave up too early.

So if your are considering if you should implement a certain piece of code, your assumption should always be that this was done before. And then try to prove your assumption with the following checklist:

  • I did a search with our company's ticket system and wrote down the terms I searched for.
  • I spoke directly with colleagues who were working on the same project.
  • I talked to the user / business people who are using the software I work on.
  • I did check the standard library of the language I'm using for solutions.
  • I did check the most important frameworks / libraries of the language.

But be careful with the last point. Adding a new framework or library because you don't want to implement a small piece, might come back to bite you in the butt because of the additional complexity addition brings. Have a good weekend everyone! :-)

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay