Coding conventions
Now that CatWalk is part of TurboGears I have some cleanup to do, because allMyMethodNames should now be underscored to match TG’s coding style.
That’s all right with me, but some places it looks a bit weird, CatWalk’s use SQLObject and MochiKit extensible and both use camelCases.
Talking about weird, CatWalk is made of umgefärt 900 lines of Python and 1200 lines of JavaScript. Developing it involves a lot of back and forward between the two languages.
Two days ago I knew it was time to go to bed when I fail to see why CherryPy exited with a SyntaxError each time I tried to restart my project. After what it seams like an eternity I realised I had added braces to a method definition….