|
|
|
|
|
by gryphonshafer
3720 days ago
|
|
Just for the giggles, I love hearing wars stories of epic fails to questions like these. Paraphrased, here are some I've personally experienced: q: If you could wave a magic wand and change anything about the company, what would it be?
a: Get rid of all our customers. q: How many hours did you work last week?
a: All of them. q: How many meetings were you in in the last few days, and how long did they last?
a: Most of what I do is meetings. q: What do you use for source control?
a: We use $NAME but we forbid branching because merging is too hard. q: Describe your build / deploy process.
a: I don't think we have time for that right now. q: What do you use for a bug / task tracker?
a: Email. q: How would you gague your technical debt?
a: What's "technical debt"? |
|
Where I used to work, and the first place I wrote software full-time, we were not allowed to commit code to our system (Synergy) until after our code review. I ended up creating a parallel SVN repository so I could do incremental check-ins.
Don't get me started in merging...