Do you guys plan on fixing your terrible code?

Guy Fox Teemo·9/16/2015, 4:49:22 AM·1 votes·519 views

It's getting annoying seeing a champion disabled or item or whatever, every other week. I was just wondering if you guys have any plans to you know make your code no crap. So bugs like this don't pop up so often.

3 Comments

Lightningfst9/16/2015, 6:48:55 AM2 votes

Ok as a programmer, anything I worked on before where I now know a better way to do it becomes "TERRIBLE" and "Oh my gosh, I can't believe I did it that way." This game was released in Beta 6 years ago. It encompasses multiple maps, modes, chat systems, server networking, over a hundred champions and roughly the same in items. The code base for this is probably VERY LARGE. When you start to make sweeping changes across systems to incorporate modern improvements, it can be a daunting task as there are tons of areas you have to hit, even assuming everything is in a true component based design model.

I don't think their code is TERRIBLE - if it was it would be like other games that have constantly unscheduled downtime. The fact that they can disable certain aspects of the game while keeping the rest live is a GOOD design and implementation. And with a game this size, there are an almost impossible number of combinations of things that would have to be tested in house before it gets released to the wild if you were to test them against every possible scenario. So you make a plan of attack, hit it the best you got and when millions of people play the game and a few find something wrong, you have the ability to deal with it.

I think Riot handles bugs much better than most other live game services and we are free to enjoy a product we are not required to pay for. /thread

EndlessSorcerer9/16/2015, 4:51:15 AM1 votes

No non-trivial software is perfect; there are always bugs.

Some useful views