hit counter

Timeline

My development logbook

Irascibility

Definition: A feeling of resentful anger.

Example: In a letter from Clementine to Winston, on 27 June 1940,

“Besides you won’t get the best results by irascibility & rudeness. They will either breed either dislike or a slave mentality.”

Charlatanism

Definition: The dishonesty of a charlatan.

Example: Jock Colville and the king’s assistant private secretary Tommy Lascelles, lunching together one day, debated ‘whether very great men usually had a touch of charlatanism in them,’ and of course they were thinking of the prime minister.

EXC_BAD_ACCESS

The catch block is not reachable, because CFGetTypeID does not throw exception. It actually caused a EXC_BAD_ACCESS, which crashes the application.

1
2
3
4
5
6
7
8
9
10

    @try {
        CFGetTypeID(NULL);
    }  @catch   (NSException * e) {
            NSLog(@"Exception: %@", e);
    }
    @finally {
            NSLog(@"finally");
    }

Acolytes

Example: It is often remarked that Churchill had acolytes, but few intimates.