Public

#programming
OSA JavaScript recipes
OSA JavaScript recipes
For a while, you've been able to script Mac OS using JavaScript using JavaScript for Open Scripting Architecture (JSOSA). This is a huge improvement on AppleScript. Why? JavaScript isn't a great language, but it broadly follows the conventions that programming languages of the C/ALGOL family have followed for decades. AppleScript is a horrendous mess that should never have come into being.
·gist.github.com·
OSA JavaScript recipes
Code review antipatterns
Code review antipatterns

While most of the article is written as a joke, I've seen some of these "dark side" approaches for code reviews done by actual people who don't seem to want to use code review to lift everyone.

Saving this so I can relive the trauma.

·chiark.greenend.org.uk·
Code review antipatterns