I certainly care about it
- 0 posts
- 18 comments
- 8 months
HOLY CRAP
Let’s say I run a command that spews output. Are you saying that with Zsh I can use only the keyboard to navigate the spew, copy a bit of it, and paste it in a new command?
If so I should try it out!
- bradboimler@lemmy.worldto
Programming@programming.dev•Which software design principles do you rely on most?English
9 monthsI write my code for future maintainers. I optimize for clarity, testability, and readability.
I’ve become a huge fan of dependency injection. That does not mean I like DI frameworks (Guice). I tend to do it manually with regular code.
When I maintain code and I sit there wondering what it actually does, I write a unit test for it right then and there
And so on
- bradboimler@lemmy.worldto
Programmer Humor@programming.dev•My skill prevents bugs, unlike your fancy compiler, peasant.English
11 monthsI love Java and use it every chance I get
I freakin love Java
- bradboimler@lemmy.worldto
Programming@programming.dev•Java at 30: How a language designed for a failed gadget became a global powerhouseEnglish
1 yearHonestly, why? The ecosystem is rich and developed. Libraries for everything. Great documentation. Fantastic tooling. What am I missing out on?
- bradboimler@lemmy.worldto
Programming@programming.dev•Java at 30: How a language designed for a failed gadget became a global powerhouseEnglish
1 yearI love Java and it remains my programming language of choice
- bradboimler@lemmy.worldto
Programming@programming.dev•Why Java endures: The foundation of modern enterprise developmentEnglish
1 yearI love Java and use it for hobby projects
- bradboimler@lemmy.worldto
Programming@programming.dev•[Noob here] Can someone explain to me the advantage of mutable objects?English
1 yearWhat if you want to change one reference in a billion reference array?
- bradboimler@lemmy.worldto
Programming@programming.dev•The World Depends on 60-Year-Old Code No One Knows Anymore (COBOL History lesson)English
2 yearsWhat would scare me the most is the bad tooling. I do rely on my tools to search for references, etc. I wonder if it’s even possible to write a good analyzer for COBOL. Verbose operators and literals wouldn’t scare me at all.
Still would jump at the chance. It would have to be remote and I would strongly prefer being the only engineer touching the code.
- bradboimler@lemmy.worldto
Programming@programming.dev•The World Depends on 60-Year-Old Code No One Knows Anymore (COBOL History lesson)English
2 yearsI am a professional software engineer. My favorite ecosystem is the Java one which may explain some things.
Why is verbosity such a bad thing? Especially in the context of maintaining something someone else wrote? I would much rather maintain old Java than say, old Perl. I want big long names. So I have a better idea of what they were for! I can pretty much read any line of Java from anywhere and have a very good idea what it’s actually doing.
Sure, it’s more of a pain to type but as a kid one of the best investments I made in myself was to take a typing class. I did this way before I discovered my passion for programming. I can type fast. And I can make my editors type boilerplate for me.
Edit: Give me the time to learn it (I’m confident I can learn it fast) and the ability to work remotely and I would jump at the chance. I can do the fun programming (in Java) in my spare time.
- bradboimler@lemmy.worldto
Programming@programming.dev•The World Depends on 60-Year-Old Code No One Knows Anymore (COBOL History lesson)English
2 yearsPay me to do it remotely and I’ll jump at the chance
- bradboimler@lemmy.worldto
Programming@programming.dev•Programming with metal, or metal with programming?English
2 yearsI love Java! And I love that video.
- 2 years
Designing custom types are one of my favorite things about programming
- bradboimler@lemmy.worldto
Programming@programming.dev•The US government wants devs to stop using C and C++English
2 yearsI love programming in Java. It continues to be my language of choice.
Besides, we still have to use checkout for checking out a previous commit
git switch works on commits too. I don’t think you have to use checkout anymore.


That was scary. I had the bad version on my computer for a bit.