Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit README.md; add column with sizes #1884

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kraasch
Copy link

@kraasch kraasch commented Dec 31, 2024

This is a modified version of, and should adhere to, the Contributing Guidelines.

  • This PR contains housekeeping only (URL edits, copy changes etc) - if this is checked, delete other lines that don't apply

I read in the values of company sizes which people wrote in the company profiles and added those values into a column in the README.md.

I feel this can improve the usefulness for job seekers finding the right size companies for them, since the list is not that small.

Most company sizes fall in one of these patterns

  • not provided (?)
  • direct number provided (e.g. 300)
  • range provided (e.g. 100-150)
  • less than some number (e.g. <50)
  • about some number (e.g. ~50)
  • more than some number (e.g. 50+)

i.e. grep -vE '^(\?|[,0-9]+|[,0-9]+-[,0-9]+|<[,0-9]+|~[,0-9]+|[,0-9]+\+)$' catches them all.

@Ki-er Ki-er added housekeeping awating-review Yet to be reviewed labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants