this post was submitted on 11 Oct 2023
0 points (NaN% liked)

Programmer Humor

31997 readers
749 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 3 comments
sorted by: hot top controversial new old
[–] MrPoopyButthole@lemmy.world 0 points 11 months ago (1 children)

You see, that's why you divide all the smaller distinct batches of logic into their own functions and then give the wrapper function a name like blahBlahOrchestrator or blahBlahManager waves hands mysteriously

[–] MajorHavoc@lemmy.world 0 points 11 months ago* (last edited 11 months ago) (1 children)

I prefer to have a blahBlahManagerFactory, with an incredibly brittle undocumented XML configuration file. /s

I find that it makes everyone's work day simpler, because they simply cannot do their jobs. /s

[–] agressivelyPassive@feddit.de 0 points 11 months ago

That's a bit too constraining for my taste. What if I want to orchestrate something like blahBlah, but in a flexible way? Something like an AbstractBlahBlahableFactoryBuilder?