A bunch of Russian hackers claim to have "liberated" the MtGox exchange platform code.
This billion-dollar currency exchange appears to have been written in PHP, and demonstrates the sophisticated object-oriented approach of the language by lumping the entire framework into a single class, including transaction generation, wallet and blockchain management, database management, web page rendering, dynamic JSON and XML rendering, and inline dynamic SQL.
The programmers clearly demonstrate their skill by managing thousand line procedures, multi-hundred line switch statements. An impressive feat indeed, as the extensive blocks of commented out code, suggest that there was no source control system for testing.
Link
This billion-dollar currency exchange appears to have been written in PHP, and demonstrates the sophisticated object-oriented approach of the language by lumping the entire framework into a single class, including transaction generation, wallet and blockchain management, database management, web page rendering, dynamic JSON and XML rendering, and inline dynamic SQL.
The programmers clearly demonstrate their skill by managing thousand line procedures, multi-hundred line switch statements. An impressive feat indeed, as the extensive blocks of commented out code, suggest that there was no source control system for testing.
Link