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!
kaberett: Trans symbol with Swiss Army knife tools at other positions around the central circle. (Default)

[personal profile] kaberett 2013-04-22 03:20 am (UTC)(link)
"Where the fuck's the CSS kept?" was one that came up this week!
misskat: Picture of Kat with black plastic frames (Default)

[personal profile] misskat 2013-04-22 04:38 am (UTC)(link)
In the CSS corner, obviously.

(No one puts CSS in the corner!)
exor674: Computer Science is my girlfriend (Default)

[personal profile] exor674 2013-04-22 05:45 am (UTC)(link)
Not me, but I know S2 styles comes up all the time! [ hopefully we will be moving those somewhere sane soon ]
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (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. :)

[personal profile] swaldman 2013-04-27 04:00 pm (UTC)(link)
Anything involving Javascript tends to confuse the hell out of me. Well, Javascript in general confuses me, but before I can even be confused by the code I am usually confused by where it is and how it is called.

Anything involving workers can also be a bit of a head-scratcher.