this post was submitted on 09 Jul 2023
64 points (95.7% liked)

Programming

17025 readers
191 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
top 18 comments
sorted by: hot top controversial new old
[–] walkwalkwalkwalk@feddit.uk 22 points 1 year ago

I really like debugging and unravelling old fucked up overcomplicated codebases. I feel like it's one of the most long term keeps-on-improving-over-decades skills in programming alongside architecture

[–] computertoucher5000@programming.dev 15 points 1 year ago (1 children)

I've grown to love code even more later in life, even other people's code.

You know what I hate?

Coding ceremonies (formerly known as "meetings") that produce poorly defined/badly written acceptance criteria for code.

[–] firelizzard@programming.dev 7 points 1 year ago* (last edited 1 year ago) (1 children)

One of my problems is that I've gotten so practiced at reading code that my standards for "this is readable, it doesn't need much commenting" are much lower than those of the other developers I work with. I've had to recalibrate from "Will I be able to understand this six months from now?" to "Will I need to explain this in the review?"

[–] computertoucher5000@programming.dev 4 points 1 year ago* (last edited 1 year ago) (1 children)

Will I need to explain this in the review?

I like this metric. Going to fork it if you don’t mind.

[–] firelizzard@programming.dev 2 points 1 year ago

Be my guest 😊

[–] MagicShel@programming.dev 11 points 1 year ago (1 children)

I feel like if someone is going to blog about my life, I should at least get some credit!

[–] InverseParallax@lemmy.world 4 points 1 year ago

Yeah I gotta report this post for targeted abuse :(

[–] catch22@programming.dev 6 points 1 year ago

If the code is written well, it can save a bunch of time and provide a great forum for learning new techniques. Otherwise, if it's written poorly yes I hate it. Like others have state here the title is an over generalization.

[–] firelizzard@programming.dev 5 points 1 year ago* (last edited 1 year ago)

Senior engineers have learned through hard-won experience that writing code is the ultimate diminishing return.

I feel seen. That entire section is absolute gold.

[–] Blackthorn@programming.dev 4 points 1 year ago (1 children)

Oh man, I hate code reviews with the strength of a thousand suns. In the enterprise world, there are so many constraints and conventions that reading other people code is even more boring than it should be. It's even worse when you LGTM it and your colleagues "accuse" you of not having read it with attention because "I can't believe you don't have any comment on my code".

[–] snek@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

Well, if you don't even have any comments at all, neither good nor bad, then "LGTM" doesn't ever really translate to "I have read all your code and it's wonderfule/okay enough to pass"...

To me, having worked as a developer for some years now, it means "don't got no time to look into your codes, so here's a stamp of approval to send you along your way, knowing too well that you expected me to look into your code but I didn't"

My point being, if you want to say you read all the code and it's fine, maybe refrain from using "LGTM", which is the universal sign of malicious compliance/not caring.

[–] stilgar@infosec.pub 1 points 1 year ago

Great post! We solve far too many problems (many of them are very much in the nice-to-have category) with our systems at my work, the systems get huge and difficult to change or maintain. I'm on a constant campaign to stop people building things we don't need, I'm definitely filling my senior role lol.

load more comments
view more: next ›