• 0 Posts
  • 49 Comments
Joined 2 years ago
cake
Cake day: August 8th, 2023

help-circle






  • For a few files, sure. Idk how I’d use that on the large corporate Java codebase that I usually work with though. Despite all its memory hogging and unnecessary features, IntelliJ also proves remarkably useful when trying to find anything in these mega projects. Features like ctrl + clicking on a method call to get to its definition (even when it is in a different project that I don’t have checked out), the refactoring tools, the debugger, etc are absolutely necessary to get anything done.




  • I don’t think “hun/zij” is invalid and I’ll happily use it for someone if they want it, but what I mean is that it doesn’t feel as natural to use it for a single person as they/them. They/them in English has a history of being used for singular people as well. Saying “someone lost their bag” is a pre-existing language feature. Unfortunately “iemand is hun tas verloren” doesn’t sound as natural and I’ve never heard someone use it like that. It seems to be common to just use the masculine pronoun “z’n” in cases where the gender isn’t known.

    Again, I don’t mean to invalidate anyone, I’d totally use these pronouns for a single person if they prefer that. It annoys me that our language doesn’t have a clear neutral pronoun. But in my experience “hun” is exclusively plural whereas “their” has always also been in use as a singular pronoun next to its use as a plural pronoun.






  • Are people really this dramatic? There are plenty of conventions at work that we don’t like but just accept. We’ll moan about it every now and then (looking at you “only one return statement per method”), but in the end we’ll just accept that any standard is better than total mayhem and anarchy. Usually I write the code in a way that makes sense to me and then just tidy it up to satisfy the angry rule machine. Having moet of the code in the same format makes it easier to follow, and the code that was written before these rules has me convinced that this whole thing is am improvement.




  • Good meme. However I do think that most people starting out will not really have to deal with any of those issues in the first few years apart from maybe the pip/venv/poetry/etc choice. But whatever they’ll pick it’ll probably work well enough for whatever they’re doing. When I started out I didn’t use any external libraries apart from pygame (which probably came pre-installed). I programmed in the IDLE editor that came with Python. I have no idea how I functioned that way, but I learnt a lot and hat plenty of fun.



  • Sometimes I look at the memes around here and wonder wtf y’all are doing. Like, neither my code nor the code at the place I work at are perfect. But I don’t think I’ve ever seen a merge do this. Maybe some of the most diverged merges temporarily had a lot of errors because of some refactoring, but then it was just a few find + replaces away from being fixed again. But those were merges where multiple teams had been working on both the original and the fork for years and even then it was usually pretty okay.