On Mon, Dec 13, 2010 at 10:16 AM, Richard Fairhurst <[email protected]> wrote: > Steve Bennett wrote: >> >> Oh. So what do people use to debug with? > > I use Flex Open Source SDK 3.5, the Flash Debug Player, and the TextMate > text editor for OS X (http://macromates.com/). I'll have the debug player's > error log constantly open in the extremely unlikely event of there ever > being a bug. That's pretty much it apart from a locally-downloaded copy of > the Flex API reference.
Same here - the standalone debug player both pops up errors and shows them in the terminal window that I launch it from, and there's plenty of interesting stuff goes on with trace() calls. I use Kate as my editor. While we're talking about coding, I've written down some of the conventions we've been using up until now. Descriptive, not prescriptive - I'm more interested in consistency than any kind of correctness, so I stick to whatever seems most prevalent in the file/function that I'm working on. http://trac.openstreetmap.org/browser/applications/editors/potlatch2/CODING.txt I think the "Be sensible" and "Be tolerant" bits are the most important, hence why they are at the top! :-) Bugfixes like http://trac.openstreetmap.org/changeset/24708 are great but we need to avoid making lots of whitespace changes in commits that hide the actual code changes. Cheers, Andy _______________________________________________ Potlatch-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/potlatch-dev
