You've only added two lines – why did that take two days?
31–40 of 522 posts
Re: You've only added two lines – why did that take two days?
#32Do people actually have fights like this with management at their companies? Not trying to knock the author, but I'm just surprised anyone would actually hear this kind of comment in 2020. I'd think by now any and all metrics tying lines of code to productivity would be long dead.
The smart thing to do is to regularly keep your manager updated on what you're doing, especially if they don't come by regularly and ask you.
Especially if you are WFH.
Re: You've only added two lines – why did that take two days?
#33Reminds me of that time a PHB decided to measure efficiency by kLOC. All the pull requests in the following week had a net negative line count.
Re: You've only added two lines – why did that take two days?
#34Earlier quoted context omitted.
I know someone that worked at some skeezy company in Menlo Park that got passed up for a raise after spending months navigating the bureaucracy to save the company millions on their operating costs because they didn't write enough code. This was in the last four years. Edit: And they quit right afterwards.
It’s better to find ways to make more money than to save it. There’s a floor but no ceiling in much of what we do.
Re: You've only added two lines – why did that take two days?
#35Earlier quoted context omitted.
It’s better to find ways to make more money than to save it. There’s a floor but no ceiling in much of what we do.
I wouldn't say it is better, just different. Both have value. If you find a way to save millions, that might be quite worthwhile, because that might be easier than building something new that makes millions of dollars. It's all about ROI.
Telling someone that it only took me an hour to eliminate an hour of someone’s work every week doesn’t go far.
Re: You've only added two lines – why did that take two days?
#36Do people actually have fights like this with management at their companies? Not trying to knock the author, but I'm just surprised anyone would actually hear this kind of comment in 2020. I'd think by now any and all metrics tying lines of code to productivity would be long dead.
Many people assume their manager knows what the employee is doing. They often aren't, meaning they go by what they can see, which is lines of code. The smart thing to do is to regularly keep your manager updated on what you're doing, especially if they don't come by regularly and ask you. Especially if you are WFH.
Re: You've only added two lines – why did that take two days?
#37Earlier quoted context omitted.
I know someone that worked at some skeezy company in Menlo Park that got passed up for a raise after spending months navigating the bureaucracy to save the company millions on their operating costs because they didn't write enough code. This was in the last four years. Edit: And they quit right afterwards.
It’s better to find ways to make more money than to save it. There’s a floor but no ceiling in much of what we do.
Also making more money is better, because it means growing the company with more employees and more job safety for everyone.
Re: You've only added two lines – why did that take two days?
#38The assumption that asking for more information to recreate the bug is a lazy tactic to get out of the bug fix is also a terrible assumption and discredited the opinion IMO. Often times asking for more information can speed things up and lead to a quicker resolution.
Re: You've only added two lines – why did that take two days?
#39The assumption that asking for more information to recreate the bug is a lazy tactic to get out of the bug fix is also a terrible assumption and discredited the opinion IMO. Often times asking for more information can speed things up and lead to a quicker resolution.
Unfortunately, working in a big enterprise world, I've seen both sides of this. After a while it becomes somewhat obvious if someone is legitimately asking for more info, or if they are just punting the ticket down the queue. (The former is when you can tell they are becoming focused whereas the latter seems to be more general, swirling questions.)
Re: You've only added two lines – why did that take two days?
#40What if a single line change, given it took 2 weeks, fixed 40% of your crash rates? That fix alone is worth millions, almost 100x - 1000x the engineer's hourly salary in down time.
This is just one of the reasons why I appreciate it when managers have at least some coding experience.