this post was submitted on 26 Mar 2024
462 points (100.0% liked)

Programmer Humor

21988 readers
2013 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Transcript

var game = new Game()
  .EnableMultiplayer()
  .EnableSpatialAudio()
  .SetPerformance(Game.Performance.HIGH)
  .ForEachBug(Bug::AutoFix)
  .GetWishlists(7000);

game.Release();
you are viewing a single comment's thread
view the rest of the comments
[–] kamen@lemmy.world 22 points 1 year ago (2 children)

Yep, easy as that, just that each method takes months.

[–] ryehypernova@lemmy.ml 12 points 1 year ago

or years in some cases

[–] RandomVideos@programming.dev 1 points 1 year ago (1 children)

How are you implementing bug catching and autofixing in a couple of months

[–] kamen@lemmy.world 2 points 1 year ago

Yeah, that part is a bit iffy, but managers and product owners will believe it.