I work for myself, I am a self-employed coder and as a result I don\'t have the luxury of code reviews or the ability to improve based upon peer programming. I am going to use this as an exercise to s
I have a project created by others that includes thousands of class files and has the package names explicitly typed out for every reference to any of their classes. It looks like the code was reverse
I\'m writing a reporting stored procedure.I want to get the number of non-Acknowledged and non-Invoiced Purchase Orders, with the ability to (optionally) filter on CustomerID.
Sadly, a project that I have been working on lately has a large amount of copy-and-paste code, ev开发者_JS百科en within single files.Are there any tools or techniques that can detect duplication or ne
I want to generate Full and Partially Call Trees from cscope database of c and c++ projects in Linux.
i have a bit of code that i wrote a few weeks ago (the code\'s purpose isn\'t so much important as its structure):
I have to refactor an existing project, which is not that small. It contains a lot of arrays declarations and accesses:
I\'m currently using Qt\'s QTextStream to read many different types (read: different extension) of text files. Each \"FileReader\" class I create starts to have a similar pattern where it needs to rea
I have many cursors that all return rows with the same fields: a numeric ID field and an XMLType field. Every time I access one of these cursors (each cursor has now got its own function for access),
Is there a non-toyish tool that can create a call graph of the whole application? I don\'t mean just getting a picture or drawing call graph by means of pointing method-by-method.