There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

pkill , in Added Bugs to Keep my job

chore: ensure it’s God’s divine intellect

FrostyCaveman , in Added Bugs to Keep my job

Minor text fixes

explodIng_lIme , in Added Bugs to Keep my job

Fixes

GregorTacTac , in Callbacks
@GregorTacTac@lemm.ee avatar

No red circle please

exocrinous ,

The red circle is helpful for me because Stack Overflow’s UI is garbage. I always read the post, and then read the thing under the post, which is a bunch of nerds nitpicking over TLAs instead of an actual answer. Every time I open that site I forget that the answers are underneath the neckbeards, because it’s so unintuitive.

bugsmith , in True Story
@bugsmith@programming.dev avatar

I don’t code in C++ (although I’m somewhat familiar with the syntax). My understanding is the header files should only contain prototypes / signatures, not actual implementations. But that doesn’t seem to be the case here. Have I misunderstood, or is that part of the joke?

Scoopta ,
@Scoopta@programming.dev avatar

Not a C++ developer, I prefer C. You are right in general however my understanding is that classes which are generic using templates must be fully implemented in header files because of how templates are implemented. That being said this code doesn’t appear to use templates so I’m not entirely sure I get it either?

Kethal ,

I guess that’s the joke, and I think we’re all confused because it’s wrong.

best_username_ever ,

Templates can now be defined somewhere else. It’s a small improvement that no one uses.

suy ,

I’m not fully sure what the intent of the joke is, but note that yes, it’s true that a header typically just has the prototype. However, tons of more advanced libraries are “header-only”. Everything is in a single header originally, in development, or it’s a collection of headers (that optionally gets “amalgamated” as a single header). This is sometimes done intentionally to simplify integration of the library (“just copy this files to your repo, or add it as a submodule”), but sometimes it’s entirely necessary because the code is just template code that needs to be in a header.

C++ 20 adds modules, and the situation is a bit more involved, but I’m not confident enough of elaborating on this. :) Compile times are much better, but it’s something that the build system and the compilers needs to support.

bugsmith ,
@bugsmith@programming.dev avatar

Thanks. I didn’t know about these advanced libraries, and had not heard of C++ modules either. Appreciate the explanation.

Ephera ,

Well, it’s even just horrid code, because they’re reading user input in some random associated function, so I think, it’s safe to say that this is supposed to be horrid code.

Lmaydev , in STOP DOING DEPENDENCY INJECTION

I love dependency injection personally.

I managed to completely change how YARP routed requests by registering a single interface.

The flexibility it provides is awesome. And it makes testing so much easier.

TunaCowboy , in Added Bugs to Keep my job

sq


<span style="color:#323232;">git commit -m 'sq'
</span><span style="color:#323232;">git reset --soft HEAD~
</span><span style="color:#323232;">git commit --amend
</span><span style="color:#323232;">git push origin +release
</span>
rikudou , in I just love pain

Use feature flags, you heathen.

iAvicenna , in Added Bugs to Keep my job
@iAvicenna@lemmy.world avatar

some fixes

MummifiedClient5000 , in I just love pain

Yeah, we don’t deploy on Fridays.

rikudou , in Added Bugs to Keep my job
Mikufan , in Added Bugs to Keep my job

/* due to customer repeatedly deleting code and backups because they where “unnecessary” we refuse to work with said customer from now on. Whoever is in charge after us, be warned.*/

Tar_alcaran ,

Oof

mexicancartel , in Added Bugs to Keep my job

modified: index.html

Rip

wagesj45 , in Added Bugs to Keep my job
@wagesj45@kbin.run avatar

Calculation Helper
wagesj45 committed Apr 23, 2024

quoll , in I just love pain
@quoll@lemmy.sdf.org avatar

it’s ok, it’s just a small change and it works on my local

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • lifeLocal
  • goranko
  • All magazines