Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
If it's as easy as he thinks then he should be able to do it himself then teach you. Why not suggest that?
-
Found that on google. As per your boss, this should do it for the demo.
================
import <Foundation/Foundation.h>
int main (int argc, const char * argv[])
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
NSLog (@"Hello, World!");
[pool drain];
return 0;
} -
Why the programming language requirement?
I hate on Java often enough, but one of its defining features is that you can flexibly assign developers to work on almost any imaginable platform. -
@yyng-pi yes that is what I suggested, use java on mac os, the target machine should have jre but it's less painful.
-
@lazyDev I believe it's common on osx to use the Java Appbundler, which wraps your application plus the JRE in a neat signed installer which can be distributed through any channel including the app store.
-
@yyng-pi are you seriously asking that question? Or are you trying to be funny? Because if you're serious...get out.
-
Honestly other than the tight deadline, I would be thrilled to try something new. And I hate Obejctive C.
-
@deusprogrammer yes me too, I love discovering new tech to me, but the time is the problem
-
hand over this project plan in the form of a Gantt chart to your boss:
Monday - set up dev environment
Tuesday - Google "hello world in objective c"
Wednesday - learn memory management
Thursday - fail and break your hello world ap
Friday - fix the hello world just in time for the big demo -
palecio11637yHappened to me more than once... But hey, at least I Iearned a new technology each time... Not the best approach to learning I reckon, but it works...
Related Rants
-
Coffe2Code4Boss: here is a mac project, we have not enough time. Me: what? I didn't not work with Mac and related langua...
-
QueenMorgana3I might actually quit. I'm within weeks (Army-stupidity pending) of working remote and not having to interact ...
-
abhi-inc2Working on Sunday because deadline is next week. P.S. We got project yesterday.... Wish me luck.....
Boss: we have a project, we will need an application on Mac with objective-c.
Me: But I am a Java developer, I never touched a Mac or objective-c !
Boss: it's ok, use Google, you will find some useful stuff there..
Me: But..
Boss: we have a week for a demo
undefined
hate my job