Blender had a reeeeaaally long way though, I remember a time where Blender was quite big already but Maya just was miles ahead in terms of usability. Nowadays they are not only even, Blender is probably used more often since it’s not only free but more people know how to use it than Maya
- 0 Posts
- 6 Comments
doktormerlin@feddit.orgto Linux@lemmy.ml•Bitwarden is now verified on Flathub for Linux3·7 months agoDo you not have the browser open all the time? Not necessarily in the foreground, but at least in the background I always have a browser window. But tbh, most of the time it’s in the foreground on the second monitor
doktormerlin@feddit.orgto Programmer Humor@lemmy.ml•My favourite type of self-careDeutsch4·8 months agoAlso then there are Jour Fixes and standups for the side projects you got rented out too and and and
But it’s also important to learn that comments should be brief and concise. We have one file from an ex-dev in which there are 750 lines of code and 2000 lines of comment, when someone wants to maintain this code they always have a hard time because this many comments are taking up so much screen real estate that you can’t find the code that actually does stuff
doktormerlin@feddit.orgto Programmer Humor@lemmy.ml•Popular Programming Book "Clean Code" is being rewrittenDeutsch13·10 months agoThe problem is that a lot of people don’t understand when to ignore the rules and just stick with them forever.
We had a developer once that always said KISS KISS KISS whenever we pointed out that her functions are working but not reusable, so she wrote 20 functions that all did the same thing, but with slightly different parameters. And that’s just one of the examples
I really had to fight for versioning. Everyone was just patch version here. Breaking changes in the API, new features, completely overhauled design? Well, it’s 0.6.24 instead of 0.6.23 now.
But gladly we’re moving away from version numbers alltogether. Starting next year it will be 2025.1.0 with monthly releases