AgreeableLandscape@lemmy.ml 2 years ago
Just browsing around the Swift files in the iOS app, I found these:
final class PersistedDiscussionOneToOneLockedToPersistedDiscussionOneToOneLockedMigrationPolicyV24ToV25: NSEntityMigrationPolicy {
private func processContactGroupHasUpdatedPendingMembersAndGroupMembersNotification(obvContactGroup: ObvContactGroup) {
try UtilsForAppMigrationV24ToV25.createDefaultPersistedDiscussionSharedConfiguration(forDiscussion: dInstance, destinationContext: manager.destinationContext)
And they say Java has verbose names.
Copio@lemmy.ml 2 years ago
Sometimes, for my own internal solo projects, I give my variations and functions wacky names because I was bored, I wonder if that's the same for whoever named those.