If you’re ever the one updating code with comments and not ensuring they match to the new updates, you are the problem, the comments are not.
An just 30-something Software Dev that enjoys gaming, woodworking, electronics and plenty of other hobbies. Too many hobbies.
If you’re ever the one updating code with comments and not ensuring they match to the new updates, you are the problem, the comments are not.
comment anything that needs extra info to explain what and why (if the code is not inherently self explainable)
It can be hard to find full 4k atmos versions online in my opinion. But usual benefits are the same for any physical collection. Actually having something tangible you can look at and touch and know you’ll always have as long as you look after it and disc rot doesn’t come for it before your own demise.
Blurays are still way better than streaming though, especially the UHD ones. Bitrate is always way higher and the audio is noticeably crisper in my opinion.
I still regularly buy Blu rays, but it has to be for a specific kind of film or one of my favourites.
Nice to see the brain drain of the US in action. I’m glad I don’t have to see it’s downfall firsthand.
You’d be surprised how stubborn some people can be in keeping with older ways of doing things, even more so in academia and the like.
There’s actual medication that was tested on animals that was completely fine then when it got approved it was given to human women and caused crazy amounts of miscarriages. Different species are not comparable when it comes to medication, testing on animals is almost completely pointless.
Would be more apt if animals’ physiology was even remotely similar to humans though. Test environments in programming can at least be exact replicas of production environments.
Where’s the final panel where you find out it’s been abandoned and nobody else wants to work on it
Oh that’s an interesting tidbit, didn’t know that
I’m pretty sure docker recommends that it runs under WSL when on windows.
Didn’t say it was the best practice, but it is a practice
I miss writing in clojure. I never have a reason to write in a functional language at work
.net from core 2 was awesome. From 5 onwards it’s been beyond amazing!
It’s not at all that. It’s to reflect what the republicans have done for years now. But this story is funny and obviously fake so it’s even more funny when you can see it actually getting under the skin of vance and other republicans. That’s why it gets repeated so often. I understand this and I’m not even America
Edit: too -> to (autocorrect)
Please don’t be one of them Devs that does everything on discord. It’s awful for knowledge. You’ll just get people asking the same questions because you don’t have an FAQ or a wiki, or even a forum elsewhere that’s easily searchable.
I’ve probably completely misremembered it and maybe learned of it the same time i learned about and installed powertoys. My bad.
The waiting around for others conversations are always wild and funny. They’re worth the awkward moments waiting alone.
I’m currently not on my windows pc at the moment but it could be that it’s functionality might actually be native to win 11? I don’t realise use it myself I just remember seeing it when originally getting powertoys and thinking that was cool
This is why you have style guides, policies and safeguards, with others checking PRs as they go through to catch this sort of stuff.
Plus I’m not saying everything should be commented. By default things should be explainable through the code and making sure variable and method names are descriptive, along with strong typing if your language has it.
Comments are there for when the code itself is not enough. But you’re right shit always creeps in eventually regardless of the best intentions. Which is why teams need tech debt breaks where no new features are added and they go through the code fixing the niggly things that haven’t been worth fixing whilst doing other features, and ensuring critical sections (the kind that usually have comments on them) are still working as intended and described accurately.
This is from a senior dev in the industry.