DEV Community

✨iMichael✨
✨iMichael✨

Posted on

4 4

A framework for choosing from multiple job offers.

"Which job offer should I accept" is a question I see pretty frequently in various Slack groups and hear IRL. The answer of course is always personal and subjective so I thought it would be helpful to write software that helps organize our thoughts in a structured way and eliminate the Decision Fatigue associated with multiple good options.

I've published a very alpha quality version in Python-3.7 @ https://github.com/iMerica/job-offer-selector. Feel free to fork it or use it as inspiration.

The core idea here is:

  • Rank the categories that are most important to you.
  • Rank the companies in these categories.
  • Select the company that performs best using a weighted average.

P.S. Python 3.7's new data class module is pretty awesome. This project relies upon them pretty heavily.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

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