denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)
Denise ([staff profile] denise) wrote in [site community profile] dw_dev_training2013-04-21 11:06 pm

where in the code is carmen sandiego

in preparation for producing a "where in the hell does that bit of code live?" type document: what's the stuff that you've had a hell of a time finding in the code, either recently or when you first got started?

like, I always have to go searching for where the heck the control strip is generated from (answer: cgi-bin/LJ/Web.pm) and I usually lose a ton of the widgets. that kind of thing!
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2013-04-22 06:10 am (UTC)(link)
-- One thing that comes up quite often for me: Hmm. Is this in TT or not? Oh what's the name for the TT folder again? *thinks* views. And where is views again? Well it definitely isn't /view in /htdocs...

-- jquery.js which is in /js vs jquery.js which is in /js/jquery

-- css. because there isn't any css folder.

-- stuff in /cgi-bin/LJ vs stuff in /cgi-bin/DW

-- I don't know what a widget is but when in doubt try there. :)