There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

BombOmOm , (edited )
@BombOmOm@lemmy.world avatar

I’m still annoyed with how verbose Objective-C is. Just check out what one has to do to create and concatenate a string. Madness:


<span style="color:#323232;">    NSString * test = [[NSString alloc] initWithString:@"This is a test string."];
</span><span style="color:#323232;">    NSString * test2 = [test stringByAppendingString:@" This value is appended."];
</span>

And god forbid you want to concatenate two things to a string:


<span style="color:#323232;">    NSString * test3 = [test1 stringByAppendingString:[test2 stringByAppendingString:@" Adding a third value."]];
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines