this post was submitted on 06 Sep 2024
111 points (95.9% liked)

Programming

16996 readers
228 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] heikkiket@programming.dev 22 points 1 week ago (2 children)

This whole writing seems to assume that productivity is a feature of an individual and not a feature of a team. That's a wrong assumption. The fairest way to pay is same salary for the whole team.

This writing is also PR for some individual company.

And this writing is three years old, written before the current economic slump. Nowadays the market is not so busy, at least not where I live in.

[–] Aceticon@lemmy.world 11 points 1 week ago* (last edited 1 week ago)

Above a certain level of seniority (in the sense of real breadth and depth of experience rather than merely high count of work years) one's increased productivity is mainly in making others more productive.

You can only be so productive at making code, but you can certainly make others more productive with better design of the software, better software architecture, properly designed (for productivity, bug reduction and future extensibility) libraries, adequate and suitably adjusted software development processes for the specifics of the business for which the software is being made, proper technical and requirements analysis well before time has been wasted in coding, mentorship, use of experience to foresee future needs and potential pitfalls at all levels (from requirements all the way through systems design and down to code making), and so on.

Don't pay for that and then be surprised of just how much work turns out to have been wasted in doing the wrong things, how much trouble people have with integration, how many "unexpected" things delay the deliveries, how fast your code base ages and how brittle it seems, how often whole applications and systems have to be rewritten, how much the software made mismatches the needs of the users, how mistrusting and even adversarial the developer-user relationship ends up being and so on.

From the outside it's actually pretty easy to deduce (and also from having known people on the inside) how plenty of Tech companies (Google being a prime example) haven't learned the lesson that there are more forms of value in the software development process than merely "works 14h/day, is young and intelligent (but clearly not wise)"

load more comments (1 replies)