this post was submitted on 11 Dec 2024
31 points (94.3% liked)

Programming

17608 readers
243 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 [email protected]



founded 2 years ago
MODERATORS
 

Posting this as it deeply resonates with me

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 17 hours ago* (last edited 17 hours ago) (2 children)

Yeah. It was pretty awful early in my career. The good news is that "The person with an opinion has no power over the person with an experience."

As I've built up years of my own work experiences, I don't spend as much energy on each new idea I encounter.

Now I'm just proud that I still, once in awhile, significantly change the way I work, thanks to new information.

But, since what my team is doing works well already, I have to encounter the same advice from several trusted sources. And then we put it through a test sprint with a thoughtful team retrospective, after.

It's possible to find a happy balance, but it takes experience to get there.

Edit: So to answer the obvious question - what advice stuck with me?

  1. Host team retrospectives. The rest of Agile is optional. Effective retrospectives are mandatory, because they're what tunes everything else correctly for my team and my organization.

  2. Cherish plain text under version control. I've slept soundly many nights when others were up and working late, thanks to the simplicity and clarity of the process of reviewing what changed in plain text files. Any time a tool supports being setup with plain text files under version control, I advocate for that option.

  3. Pick one thing that matters for today. It helps me focus, and forces me to really decide what matters, today. It helps me say "no" to requests that need to wait. And it helps me choose to give myself a break after I get that one thing done. One important thing per day adds up to awestriking levels of annual productivity, given reasonable opportunities.

[–] [email protected] 4 points 13 hours ago (1 children)

When I was learning to program in the 1990s, at university, it was easy to get good advice and learning from the printed word: both in books and on websites. I think if I had to start learning all over again, and not be in a good school, it would be very hard for me to do as well.

Today there is too much advice, too many influencers who recently learned whatever they are peddling, too much AI, too many fields of tech.

I think the best way to learn now is how many of us learned decades earlier; use a list of books that are vetted by many ( can find lists here and there, saw one in GitHub last year). And while reading the books read the documentation even if they are gaps in one’s knowledge and the docs are badly written.

I don’t think one needs recent books for many concepts and basics. The wheel has been reinvented many times in the hundreds of tech stacks in use today. And the same concepts will be easy enough to learn in newer docs once a technology and programming set of tools is invested into by the learner.

As for new software engineering ideas and architecture concepts: usually these are reiterated from earlier ideas and often marketed for profit. So older architecture books, refined by several editions, are still best.

[–] [email protected] 3 points 12 hours ago* (last edited 12 hours ago)

So older architecture books, refined by several editions, are still best.

Yeah. It's hard to do better than the classicsl books. The language structures have changed, but the core principles endure.