Not really an opinion when most companies run on self documenting code since time immemorial.
Not really an opinion when most companies run on self documenting code since time immemorial.
I have given well documented code to plenty of juniors, it comes with being a senior dev / techlead. And it was perfectly understood. Maybe you simply don’t write self documenting code.
The only moment you write comments is when you are doing something extremely weird for a specific reason that will not be immediately obvious and you want to warn the person doing a refactor in the future. In any other case, writing self documenting code is the way. If you are unable to do that, then your code needs to be rewrtitten.
Depends on what you are manufacturing. Making shit with mills, CNC, lathes, injection molding? That’s not a problem. CMM, EDM and very precise CNC? Yeah, that needs a machine with a high upfront cost. It all depends on if you are able to get customers and if you have the raw resources / the raw resources don’t price you out of existence. Overseas manufacture is worth it because it used to be cheap labor costs. You had to fix a lot of things, but it was still cheaper than making it 100% in house. Then China started becomming less competetive and it still was cheaper, but barely. Add onto it a 30% tarrif and the entire equation changes.
Again, it probably will be painful. But we will have to see.
Compared to importing for 30% extra? The only reason that would happen is some mass market collusion. The prices will go higher, then manufacturing picks up locally, driving prices down, lower than it was previously - since you don’t need to ferry them across an ocean. Foreign goods would be 30% more expensive.
At least that’s the theory / how it is supposed to work. In reality, probably a shitton of issues, a new great depression and not much more manufacturing potential as a result. There will be tarrifs on the US too, needlessly closing off trade both ways.
I don’t need to deny anything you are saying, I just get to stop interacting with an obvious troll from an instance that spawns people like you.
So is lemmy.ml, plenty of echoing going on there
Who tests the useless survey? Everyone with regression tests. Like dude, everything you talk about has been written “in blood” from years of hosting production systems. If the useless survey is needed, then write a test for it, or a testcase to manually try it. Don’t just upgrade, see that the app is up and push to prod, that’s not testing, that’s asking for trouble.
Okay, let’s be angry at the company and frown a lot at what happened. Gurr, bad company, evil.
And now think of what you’d rather have - a working system, or a reason to be angry? If you have something that integrated with something else, lock it down at a specific version so you control the upgrade and know those versions work 100% of the time together. “Latest” is just asking for trouble - be it in a docker image, in dependencies or elsewhere. It’s absolutely not a “best practice” if it isn’t even a code smell or an outright bug. You could’ve had a slightly outdated version, which won’t be “exploitable” - you wouldn’t have enough time to exploit anything in that time, especially with smaller companies and obscure exploits.
Instead of putting out the fire, you could’ve been now looking into the upgrade, seeing on UAT or Test or whatever that forms aren’t supported, chilling till they are supported or complaining that they aren’t.
Upgrades breaking shit is like programming / devops 101, and a huge reason for technical debt in very old projects. Leaving all that to chance is just irressponsible.
Get the weekly version of freecad, it’s like a month or two away from full release and changes a lot. As in gets rid of a ton of frustrations.
Yeah, hence me mentioning the arcane code nobody knows what it does.
Nah. It should be obvious by just looking at it in code. If it isn’t, you haven’t extracted single purpose methods out of it yet.
How bad programmers comment their code. Good programmers don’t comment at all and let the code speak for itself, leaving commenting to some obscure and arcane implementation the coder left in after a week long binge on caffeine and gummy bears.
Lennin died, with him died lenninism. Stalin died, with him died stalinism. Grandpa Onan, don’t die!
If a PM has enough time to try to learn programming on the side, then they are a shit PM. A PM should shield the team from unneccessary meetings, be the main initial contact point and the initial refinement guy. Those are 4 seperate jobs at once.
I had to switch to linux sometimes and the horror of not having Tortoise there almost killed me
Most java devs are on intellij with a very rare exception here and there.
That’s exactly how “best” works. Everyone thinks their language is the greatest and shits on everything else. If they all chose “the best” there would be 50 of them. Opinions are like assholes. Everyone has one.
Storypoints are such an artificial concept it doesn’t even make sense. Same thing with estimation though. Most numbers are “I pulled it out me arse” unless the task is a one line change. And even then, shit breaks and it becomes useless, so the one line change is estimated to be a day anyway