Someone told me that easiest way to 'destroy' a programmer is to prevent them from programming for a month or so. Is that correct?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Someone told me that easiest way to 'destroy' a programmer is to prevent them from programming for a month or so. Is that correct?
I moved your post to the off-topic forum, since it's not really a technical question- it's still fun though!
But I disagree- sometimes it's best to get away from something (whether that's programming, playing the guitar, reading a textbook, whatever) for a while and come back to it. Practice makes perfect, but overdoing it can leave you sick of the thing you're trying to perfect!
Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Java programmers are never destroyed: they're collected with the garbage.
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.
No, that will just give them enough time to do it in their head before they get to the tedious job of fixing every mistake. Maybe the other way around? Give them a big project and little time.
Programmers often do that to themselves, which I think is one of the biggest killers of hobby programmers who could have gone on to be professional had they kept at it. People think "oh man this project would be awesome", not realizing that the project is non-trivial or made up of several smaller projects. Then they become discouraged when they don't have their goals accomplished in a couple weeks and give up on it altogether. That's why I always stress that people should work on much smaller projects until they have a more accurate idea of what a big project will take.
Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!