var game = new Game()
.EnableMultiplayer()
.EnableSpatialAudio()
.SetPerformance(Game.Performance.HIGH)
.ForEachBug(Bug::AutoFix)
.GetWishlists(7000);
game.Release();
You have to take into account that a big company game is going to by much harder to implement than just a small hobby team game simply because of all the people involved.
What can 5 people do in a year may take more for 500 people, just because of the management overhead. And if that management sucks, it will end up doing way more things it was required to do, yet the original request will not be done well.
This code is going to make me have a stroke.
What language is this?
Why does the game object have an internal bug tracker implementation?
Does the game force itself into wishlists?
If yes, why stop at 7000?
I know I shouldn’t get so mad at a random internet joke but this one makes me twitchy.
var game = new Game()
.EnableMultiplayer()
.EnableSpatialAudio()
.SetPerformance(Game.Performance.HIGH)
.ForEachBug(Bug::AutoFix)
.GetWishlists(7000);
game.Release();