iOS Development options

[)roi(];12629989 said:
Guess you've not seen many.

Nah I've seen a fair amount. And i'm talking from languages in use not esoteric languages like brain****, and the likes.

But **** like ->

Code:
-(void) introduceMyselfWithProperties:(BOOL)useGetter {

Is just nasty.
 
Nah I've seen a fair amount. And i'm talking from languages in use not esoteric languages like brain****, and the likes.

But **** like ->

Code:
-(void) introduceMyselfWithProperties:(BOOL)useGetter {

Is just nasty.

That's a perfectly bad example, based on this I have my doubts.
 
[)roi(];12630225 said:
That's a perfectly bad example, based on this I have my doubts.

Then go and complain to Wikipedia about your doubts.

Code:
- (NSString *)stringByReplacingOccurrencesOfString:(NSString *)target withString:(NSString *)replacement {
    return nil;
}

:sick:

https://gist.github.com/soffes/812796

Code:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
}

Lol.
 
Last edited:
Its-so-beautiful.gif
 
Then go and complain to Wikipedia about your doubts.

Code:
- (NSString *)stringByReplacingOccurrencesOfString:(NSString *)target withString:(NSString *)replacement {
    return nil;
}

:sick:

https://gist.github.com/soffes/812796

Code:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
}

Lol.
No need re wikipedia... You do realize the origin of the content?
For clarity on what's your point? Are you referring the verbosity and name parameters?

That btw is by design. I.e.
Objective-C method names tend to be very long, but this has the benefit that a block of code can almost read like prose, thus rendering many comments unnecessary.
 
Last edited:
[)roi(];12630409 said:
For clarity on what's your point? Are you referring the verbosity and name parameters?

That btw is by design. I.e.

Yes, just pointing out how badly designed the syntax is. Guess thats why you get 27inch mac monitors so you can see the code go off the screen. :D
 
Oh Droid dont cry, you can still code your beloved language. :erm:
 
Yes, just pointing out how badly designed the syntax is. Guess thats why you get 27inch mac monitors so you can see the code go off the screen. :D
How is self documenting code bad syntax? Surely even you can comprehend that this approach is inline with the rules of clean code; for example: meaningful method names, variables, properties and parameters?

As to large displays; tsk tsk, it unfortunately again reveals some ignorance of Xcode, i.e. You don't seem to be aware of the standards for code wrapping (works just fine on standard displays)
 
[)roi(];12630519 said:
How is self documenting code bad syntax? Surely even you can comprehend that this approach is inline with the rules of clean code; for example: meaningful method names, variables, properties and parameters?

As to large displays; tsk tsk, it unfortunately again reveals some ignorance of Xcode, i.e. You don't seem to be aware of the standards for code wrapping (works just fine on standard displays)

Lol, my code doesnt wrap :( but the again a method definition is not 200 chars in length:P

Nah and i prefer to comment my code with comment blocks (but that is just me personally).
 
Lol, my code doesnt wrap :( but the again a method definition is not 200 chars in length:P

Nah and i prefer to comment my code with comment blocks (but that is just me personally).

Again you reveal your inexperience... New to coding eh?
 
[)roi(];12630549 said:
Actually it's one of many... You on the other hand seem hamstringed by experience.

Oh arent you so awesome hey lol. You can code in multiple languages, wow lol.
 
Sorry for derailing Koosi ;). I've gotten bored with Droid again. So until next time.
 
The snippets of xcode provided are pretty readable ;) Looks like my embedded code on a bad day.
 
Top
Sign up to the MyBroadband newsletter
X