←back to thread

6 points bmiselis | 4 comments | | HN request time: 1.134s | source

Follow up question: why haven't you automated it yet?
1. nojvek ◴[] No.41907355[source]
Negotiating scope with relevant stake holders. Understanding the problem to decide solution tradeoffs. Understanding the codebase enough to decide what code to write.

Why haven't you automated it? Because there exists no good automation that is cheaper than me hiring someone else and paying them more than what I earn.

replies(1): >>41912196 #
2. bmiselis ◴[] No.41912196[source]
heh, i get you that scope negotiation is outside of the scope (pun intended) of even more advanced automation techniques, same with the tradeoffs you've mentioned.

however! analyzing and understanding codebase enough to decide what to do next... this sounds tempting to dive deeper into.

can i ask what role do you have in your project/company? is it more managerial, or more technical?

replies(1): >>41919978 #
3. nojvek ◴[] No.41919978[source]
Tech lead.

Analyzing code isn’t the biggest problem. It’s understanding what’s not in code. Like the customers who depend on a certain behavior. Or why a certain piece of code was added. If it’s still used by some paying tenant.

Or how various services interface with each other via aws services in middle.

The complexity of systems is so much larger than code when they run, and especially when 1000s of users are hitting various code paths and edge cases.

replies(1): >>41922877 #
4. bmiselis ◴[] No.41922877{3}[source]
i love your examples, you know why @nojvek? it's because they clearly show next-level challenges in tech projects, not easily replaceable or automatable. i've always believed that as the world keeps automating, we need to climb the ladder of abstraction - that way you stay (relatively) safe :)