Hacker News new | ask | show | jobs
by jbrennan 4314 days ago
The one thing I wish Objective C (or other languages, too, unless I’m missing some [totally possible]) is that the abstractions of metaprogramming are often hard to follow. You get to a point where you’re working entirely with abstract symbols (method or class names, for example), and it becomes difficult to track down problems.

I’d love to figure out a nicer way to deal with this.