A 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?
> 1. Check out their toilet if it's on-site. This! It’s a distillation of the whole group you’re dealing with from top to bottom (pun intended.)
Rules for job seekers to evaluate software companies?
11–20 of 21 posts
Re: Rules for job seekers to evaluate software companies?
#12Ask to see the supply closet. If they cheap out on the small things (pens, for example), they will definitely cheap out on the big ones.
Re: Rules for job seekers to evaluate software companies?
#13A 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?
Re: Rules for job seekers to evaluate software companies?
#14Ask to see the supply closet. If they cheap out on the small things (pens, for example), they will definitely cheap out on the big ones.
Is there any evidence to back this up?
Re: Rules for job seekers to evaluate software companies?
#15a waste of money to have devs test their own code? interesting.
I think developers should test their own code. They should write unittests, they should have integration tests, and running these test suites should be automated. 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 int…
Even if they can it’s a hat switching thing. Building something from 9-10 and then trying to break the shit out of it from 10–11 requires some mental discipline.
For quality I’d rather have testers. Developers will test their own work anyway if they know shit work will be sent back.
Re: Rules for job seekers to evaluate software companies?
#16Re: Rules for job seekers to evaluate software companies?
#17There is the Joel Test from way back in 2000: https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-s... Searching for newer versions of that may be useful.
Re: Rules for job seekers to evaluate software companies?
#18A 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?
There was a company, that to save money, had cut the hot water in the restrooms.
Another company visited to discuss having said company provide provide their IT as a service. This was long before the AWS et el. Both companies were Fortune 100 at the time.
The visitors, made the mistake of going to a restroom that was not in the executive suits area. They inquired about the lack of hot water.
The deal, which was hours from complete, fell apart.
If that company treated their employees so poorly, how can we expect them to treat us....
Yes visit the toilet to see if they care or just provide lip service.
Re: Rules for job seekers to evaluate software companies?
#19Earlier quoted context omitted.
Is there any evidence to back this up?
Probably not. I work at a generally generous company that doesn’t pay too much attention to expensive pens etc. they would order anything you wanted though but most devs are happy with a biro and spiral notebook.
Re: Rules for job seekers to evaluate software companies?
#20Earlier quoted context omitted.
I think developers should test their own code. They should write unittests, they should have integration tests, and running these test suites should be automated. 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 int…
Two different disciplines though. It depends if you want to train your coders on how to test effectively. Not saying you shouldn’t and maybe there is a hidden advantage in doing so. But it’s definitely not a clearcut decision. Even if they can it’s a hat switching thing. Building something from 9-10 and then trying to break the shit out of it from 10–11 requires some mental discipline. For quality I’d rather have tes…
Frankly, I think thorough testing makes my code better too. If you can't figure out how to test a function you just wrote, how are you going to get any real reuse out of it later? I don't do TDD, but often testing will lead me to refactor things to be clearer.