Live data from Hacker News

Product Managers: How to get your engineers to love being lean

blog.kera.io

1–10 of 17 posts

Re: Product Managers: How to get your engineers to love being lean

#2
I can only think that transparency to a group of intelligent people would be cause for success. If you hired these individuals to build your product, you must trust them to be smart people. If you can't trust them to understand your job by explaining it, you shouldn't be trusting them with coding.

Re: Product Managers: How to get your engineers to love being lean

#3
When I started developing and selling my own product, my obsession on code quality definitely relaxed. First and foremost, it's now about the end product and not the code.

It's painful for an engineer to be told to do MORE with less time and less "quality", but the business cares about more than just code.

Re: Product Managers: How to get your engineers to love being lean

#6
Transparency is an honorable goal in and of itself; that said, most people do not want to make complex trade-offs, nor do they want to own the unpopular outcomes of those decisions.

You can expect most people to acknowledge the problem - briefly - and then return to complaining about your solutions.

Re: Product Managers: How to get your engineers to love being lean

#7
If you want this, then:

A. Let your engineers know they will never have to look or explain this code to anyone, and

B. Their job isn't on the line if it doesn't work.

The reason your engineers want clean, testable, fast code is because they know that the project manager won't be up until 3AM debugging the system because it's down and there's a giant pile of hastily written code and technical debt.

(I agree with what someone else said that developing and selling your own product really clarifies the importance of getting things out the door, but in those circumstances the pain of no customers is more than the pain of the 3AM debugging session.)

Re: Product Managers: How to get your engineers to love being lean

#8
Love this approach, and the same can be done for IT departments. It's the first step in making IT a strategic resource and not just a utility. Show technical teams the details of how their work supports the results on the sales team (and maybe support, etc.) If the manager or executive doesn't already understand the connection, then this will be an excellent exercise for them too.

Re: Product Managers: How to get your engineers to love being lean

#9
“There are two types of startups... those that are successful on a code base of which the engineers are moderately ashamed... and those that go out of business.”

-- Lean Startup 2012 Conference

Perfect is the enemy of good enough, and all that. Especially as a startup, there's no guarantee you're going to be in business in a few months, and time = money. I'm not saying you shouldn't have well-tested code, but you probably shouldn't spend weeks perfecting something when a good enough solution can be done in a day.

Post reply on HN