I’ve been meaning to learn Python for a while, so I’m forcing myself to code one of my current projects at work in this language. I like it so far. Being used to Perl, I found the syntax a bit constricting at first, but I’m getting used to it. I like that the standard library [...]
Learning Python
November 19th, 2005 · No Comments
Tags: Programming
Renaming classes in Xcode
March 26th, 2005 · 1 Comment
Xcode is, for the most part, a fine IDE. But there are many things lacking. If you compare with Eclipse, for example, one of the big lacking aspects is refactoring.
Specific example: renaming a class is incredibly painful in Xcode. In Eclipse, you can rename a class and the file will be renamed, all the declarations [...]
Tags: Mac · Programming · Tips & tricks