That’s like what happens if From Software made programming challenges.
Comment on The temptation is always there
PetDinosaurs@lemmy.world 1 year agoBruh. I fixed software from the 90’s.
Scientific software too. Which is way weirder.
squaresinger@feddit.de 1 year ago
decerian@lemmy.world 1 year ago
Why is that weirder? The people writing scientific software are, by and large, less good at writing software than people who only specialize in software development. I’d expect there to tons of terrible engineering practices in an old code base like that
PetDinosaurs@lemmy.world 1 year ago
good question.
Because even trivial things like Fourier transforms (to people like me) are very difficult to understand. They took me years to understand. Non scientific software engineers do not understand those. It’s just a different course of education.
You’re also right about old code base as well. Algorithms like these belong in c++ (or C or fortran), and it’s extremely difficult to explain why to people who have no understanding of numerical computing.
It’s just different education.