I encountered the following PL/SQL code(variables modified) at work: PROCEDURE test(i_w IN a.w%type,o_result IN OUT resu_cur_type) IS
As for now, when I prepare my data to be sent by Ajax request to my web app, I just concat my JS arrays (with placing -1 between them as separator - values can be positive only, so -1 means start of n
I have a servlet which can accept upwards of two dozen different kinds of requests (called commands in the servlet).A very large conditional was created to service to these requests structured like th
I have big enough and already working project, written not by a programmer, but a scientist. The program holds lot of data in a huge object tree. Almost all of the classes involved are mutable and eve
I have classes that for processing primitive array input: CharArrayExtractor for char[], ByteArrayExtractor for byte[], IntegerArrayExtractor for int[], ...
I\'m sure many of you have used or at least heard of Gource and Code Swarm.They are very nice tools for visualising the commit history of a project as it evolves.
I have a helper which I feel is ridiculous, but I haven\'t been able to think of a way to improve it. Here\'s the helper in question:
I see this quite a lot and I was wondering if there was a way to refactor this nicely to avoid the massive switch?This is a method in a factory: RoomControllerFactory,instantiating a game location bas
I know I can open a given file, and hitting CTRL + SHIFT + M, it will add the import associated with the class I have currently my cursor over.
I\'m looking for advice on refactoring to improve my class design and avoid type checking. I am using the Command design pattern to construct a menu tree. An item in the menu could be of various type