Rules for job seekers to evaluate software companies?
1–10 of 21 posts
Re: Rules for job seekers to evaluate software companies?
#2Searching for newer versions of that may be useful.
Re: Rules for job seekers to evaluate software companies?
#31. Check out their toilet if it's on-site.
2. How does the team do requirement analysis? Do they have a dedicated business analyst team or you guys have to do it, or no one is doing it and everyone is fighting for his own tickets?
3. Does the company HR/Admin send light-heart newsletters every once for a while?
4. How tight is discipline monitored?
Re: Rules for job seekers to evaluate software companies?
#4A few random thoughts: 1. Check out their toilet if it's on-site. 2. How does the team do requirement analysis? Do they have a dedicated business analyst team or you guys have to do it, or no one is doing it and everyone is fighting for his own tickets? 3. Does the company HR/Admin send light-heart newsletters every once for a while? 4. How tight is discipline monitored?
This! It’s a distillation of the whole group you’re dealing with from top to bottom (pun intended.)
Re: Rules for job seekers to evaluate software companies?
#5- all docs still refer to AWS, so worthless
- server logging disabled
- untrained admins
- few SSD options compared to AWS
- live migrations causing outages
- broken terraform scripts.
Give them a year to sort out their new cloud.
Re: Rules for job seekers to evaluate software companies?
#6interesting.
Re: Rules for job seekers to evaluate software companies?
#7a waste of money to have devs test their own code? interesting.
Testers also tend to be a little cheaper. To call it a waste might be a bit reductionist but it certainly hints at some organizational inefficiencies that may be recognizable once you reach a certain size.
Re: Rules for job seekers to evaluate software companies?
#8Re: Rules for job seekers to evaluate software companies?
#9a waste of money to have devs test their own code? interesting.
If you are planning on keeping the code base around for a while and you are going to make changes to the codebase, then you are going to want this. Otherwise those expensive developers are going to take longer to implement the new features and they will introduce more defects into production.
Testers are nice to have, but your developers need to be doing this.
Re: Rules for job seekers to evaluate software companies?
#10a waste of money to have devs test their own code? interesting.
I don’t know if you’ve worked with testers, but they think differently than devs. A good test org will also be slightly antagonistic to a dev team and that antagonism, plus a slight us vs them mentality can produce some amazing product results. Testers also tend to be a little cheaper. To call it a waste might be a bit reductionist but it certainly hints at some organizational inefficiencies that may be recognizable…