Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
11answers
853 views

The best way to familiarize yourself with an inherited codebase

Stacker Nobody asked about the most shocking thing new programmers find as they enter the field. Very high on the list, is the impact of inheriting a codebase with which one must rapidly become ...
9
votes
10answers
391 views

What to do with over-complicated inherited code

Ever since I gained experience at a software house I have found it difficult to tolerate code not neatly structured, without any form of architecture or beauty or clarity whether or not it works i.e. ...
7
votes
11answers
981 views

What inherited code has impressed or inspired you?

I've heard a ton of complaining over the years about inherited projects that us developers have to work with. The WTF site has tons of examples of code that make me actually mutter under my breath ...
3
votes
5answers
101 views

Best ways to become familiar with a Perl codebase?

I recently joined a Perl project and I need to start being productive with the codebase fairly quickly. However, I'm finding that I'm getting stuck because I don't know where I need to change or how ...
0
votes
0answers
94 views

GWT inner classe in a inherited module

I have a problem with Google Web Toolkit (2.2.0). It seems that GWT can't find a inner class source code when this class is in a inherited module. Here's an example. In a gwt module "ModuleA" I have ...
0
votes
4answers
69 views

How to find the Javascript that is not contained in a function?

I have a really, really nasty bit of JS code that I've inherited. The code is quite long, and quite obtrusive. The functions defined are all about a thousand or so lines each... Anyway, since there ...