What's three amigos? Never heard that term in programming.
I had to google that as well. It seems to be an agile practice [0] that consist in gathering a developer, a product owner and a QA tester in order to produce acceptance tests using the format given/when/then. [0] http://jonkruger.com/blog/2012/01/04/the-three-amigos/
Ask HN: What is the first thing you implement at a new company?
21–30 of 293 posts
Re: Ask HN: What is the first thing you implement at a new company?
#22Linting and code style guidelines. Easy to introduce, but makes a big positive difference.
Re: Ask HN: What is the first thing you implement at a new company?
#23Re: Ask HN: What is the first thing you implement at a new company?
#24Re: Ask HN: What is the first thing you implement at a new company?
#25For the first month or so I take a very humble listening position, even if I immediately see things I want to fix. More often then not, there is a background and a history to things that could lead to a) my “fix” being unnecessary and/or ill-informed and b) friction with the rest of the team because here comes a whippersnapper upending all our stuff. Process and code fixes are _much_ easier once you have good rapport…
And one doesn't get that by walking into a place expecting to make sweeping changes.
What's worse is job hoppers were asked so this means people are going into a shop, making these changes, and leaving shortly after. The hell?
Re: Ask HN: What is the first thing you implement at a new company?
#26Re: Ask HN: What is the first thing you implement at a new company?
#271. Every now and then we run into Paywall. Give everyone employee debit card so that they can buy stuff which helps their productivity. 2. CI using Drone.io 3. Add trello 4. Everyone gets their own AWS account. It makes it trivial for them to experiment with new ideas from their home or at office without begging anyone for credentials. You start by empowering your employees. Now, we consult startups which work differ…
Re: Ask HN: What is the first thing you implement at a new company?
#28Re: Ask HN: What is the first thing you implement at a new company?
#29I connect to the mainframe and then execute variables on the system. This gives me access to data I would otherwise not have.
Re: Ask HN: What is the first thing you implement at a new company?
#30Linting and code style guidelines. Easy to introduce, but makes a big positive difference.