The Other Worlds Shrine

Your place for discussion about RPGs, gaming, music, movies, anime, computers, sports, and any other stuff we care to talk about... 

  • Now this is interesting.

  • Because playing them is not enough, we have to bitch about them daily, too. We had a Gameplay forum, but it got replaced by GameFAQs.
Because playing them is not enough, we have to bitch about them daily, too. We had a Gameplay forum, but it got replaced by GameFAQs.

 #40630  by SineSwiper
 Sat Nov 13, 2004 4:40 am
<div style='font: 10pt "EngraversGothic BT", "Copperplate Gothic Light", "Century Gothic"; text-align: left; '>Very. It could change the industries practice of overworking the staff and insane deadlines.</div>

 #40633  by Zeus
 Sat Nov 13, 2004 7:59 am
<div style='font: 9pt ; text-align: left; '>You mean we'd have to wait even longer for games? No, what will everyone do?!? How will they ever survive such an apocolypse!?!</div>

 #40635  by Gentz
 Sat Nov 13, 2004 1:55 pm
<div style='font: 11pt arial; text-align: left; '>I'll have to limit myself to 15 games a month! How will I LIVE??? : )</div>

 #40643  by Torgo
 Sat Nov 13, 2004 8:05 pm
<div style='font: 9pt Arial; text-align: left; '>That, or we'll get extremely buggy games on shcedule.</div>

 #40645  by SineSwiper
 Sat Nov 13, 2004 10:26 pm
<div style='font: 10pt "EngraversGothic BT", "Copperplate Gothic Light", "Century Gothic"; text-align: left; '>Why do you think the games are buggy in the first place? I can write hundreds of lines of code without so much as a syntax error, and then when I do have an error, I know it's because I rushed on that part of code.</div>

 #40646  by Kupek
 Sat Nov 13, 2004 11:52 pm
<div style='font: 10pt verdana; text-align: left; padding: 0% 10% 0% 10%; '>In my experience, it's generally not that I rushed, it's just that my understanding of the problem was initially incomplete. I've been trying to track down a bug for the last three days, and I'm confident it's becase somewhere, I made an assumption that I'm not even aware of.</div>

 #40665  by Andrew, Killer Bee
 Sun Nov 14, 2004 11:59 pm
<div style='font: 12pt georgia; text-align: left; padding: 0% 5% 0% 5%; '>Ditto that. Also, sometimes software is just really difficult to get right. How much threaded software have you had to write, Sine?</div>

 #40666  by Kupek
 Mon Nov 15, 2004 12:03 am
<div style='font: 10pt verdana; text-align: left; padding: 0% 10% 0% 10%; '>My code, by the way, is a library for writing multithreaded code. :)</div>
 #40667  by SineSwiper
 Mon Nov 15, 2004 1:16 am
<div style='font: 10pt "EngraversGothic BT", "Copperplate Gothic Light", "Century Gothic"; text-align: left; '>I'm not saying that anybody can write anything and have it be flawless, but you'll actually spend less time on a whole if you carefully code/plan the program, rather than take a long time debugging each problem. Unfortunately, it's accepted in the industry to code everything fast, and leave the bugs in there so that they can be debugged later.</div>

 #40668  by SineSwiper
 Mon Nov 15, 2004 1:17 am
<div style='font: 10pt "EngraversGothic BT", "Copperplate Gothic Light", "Century Gothic"; text-align: left; '>This is true. Most bugs in games have nothing to do with complex ideas, though.</div>

 #40671  by Kupek
 Mon Nov 15, 2004 1:51 am
<div style='font: 10pt verdana; text-align: left; padding: 0% 10% 0% 10%; '>It's nice to say "don't assume anything" but in order to get anything done, you have to make many, many assumptions. Sometimes they're relevant, sometimes they're not. Sometimes you can't write a small example program; some behaviors only exhibit themselves in large environments under heavy strain.</div>