Search Results

0
votes

Favorite programming-related blog

I'd say smallcode. …
1
vote

What’s the best alternative to C++ for real-time graphics programming?

There are no true alternatives for big AAA titles, especially on the consoles. For smaller titles C# should do. …
0
votes

What conferences do you attend?

GDC. It's not that amazingly valuable when it comes to lectures (90% of the papers can be later found on the net), but it's great place for industry …
4
votes

What is your bug/task tracking tool?

TestTrackPro . …
2
votes

Who are some well-known female programmers?

Corinne Yu, Niniane Wang. …
8
votes

What is the worst class/variable/function name you have ever encountered

IsHardwareSoundPlaying_PleaseDontUseThis(). Called in at least 50 places in the code base, working perfectly. …