xJREB

joined 10 months ago
[–] xJREB@lemmy.world 1 points 1 week ago (1 children)

If I remember correctly, this is also one of the leading explanations why the Pennsylvania Dutch are called like that even though they speak German (or a German dialect).

[–] xJREB@lemmy.world 14 points 1 month ago

Wow, these guys are even more awesome than I thought then...

[–] xJREB@lemmy.world 6 points 1 month ago (2 children)

Is Google Chrome fighting uBlock country-specific? I use Chrome on Win 10 with uBlock and haven't seen a YouTube ad outside of the mobile app in ages. For me, uBlock never stopped working in Chrome and I watch YouTube videos every 1-2 days.

[–] xJREB@lemmy.world 3 points 3 months ago

A few bad things in code for which we have fairly consistent evidence:

  • high nesting depth
  • meaningless or single-letter variable names
  • lots of code duplication
  • very inconsistent formatting
  • very complicated Boolean conditions with AND and OR
  • functions with a lot of parameters
[–] xJREB@lemmy.world 15 points 3 months ago (2 children)

As a software engineering researcher, I strongly agree. SE research has studied code comprehension for more than 40 years, but for that amount of time, we know surprisingly little about what makes really high-quality code. We are decent in saying what makes very bad code, though, but beyond extreme cases, it's hard to come to fairly general statements.