Re: Re(4): ObjC vs C#
Re: Re(4): ObjC vs C#
- Subject: Re: Re(4): ObjC vs C#
- From: email@hidden
- Date: Wed, 24 Apr 2002 19:10:58 +0200
On mercredi, avril 24, 2002, at 02:25 , Jens Bauer wrote:
The GUI will not conform to the Guidelines since it will use
Command + D
for Find Previous by default.
No way. You have to use your brain as well, while you draw the UI in
Interface Builder.
But making the UI conform to the HIG, you will not need to type in any
x/
y coordinates.
If HIG was just about positioning Widgets, it would not be as boring as
law.
In 2-3 minutes, you can code nothing but an hello world (and if you're
typing slowly it's not certain you will be able to).
Uhm, I did a calculator, which can do addition, subtraction,
multiplication and division, plus ofcourse a neat terminate-button. -All
this was done in less than 3 minutes.
-Anybody who can do this faster ? :)
(I believe you, if you just say yes).
It would take more than 2 minutes to:
- create the project in PB
- Double-click the MainMenu.nib file
- Add a NSTextField
- Add a matrix of NSButton for the digits
- Add some NSButtons
- Fill the NSButton labels
- Create the Prototype of the Main Controller
- Link all the NSButtons and NSTextField
- Create the .h and .m files
- Fill the empty function with the code
Of course it's possible to do this in 3 minutes if the Main Controller
is already coded. But in this case, it's just a graphic game (one cool
aspect of IB).
Yes, I'm a bit dubitative :-)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.