Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
Originally posted by Rajeev Ja:
I am not able to write programs on fly.
A good workman is known by his tools.
But how does that help me? Once I close the same, I almost forget what comes next( the line or code). Obviously I don't like byhearting it as-it-is to produce the same! Wht do i do? I'm feeling so bad in front of my friends and others when I can't give the ideas/get the ideas to code!
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.
Unfortunately, you're all too correct. I've seen far too much copy-and-paste done by people who neither understood what they were doing, nor were granted the resources they needed to do the job intelligently.
Employers don't want the "Best Java Programmer"
Actually, I didn't. The problem has been around longer than the Java language itselfDeepak Bala wrote:
Unfortunately, you're all too correct. I've seen far too much copy-and-paste done by people who neither understood what they were doing, nor were granted the resources they needed to do the job intelligently.
Although I agree, what single out java ?
Employers don't want the "Best Java Programmer"
This depends on the context. Job roles that require application maintenance alone are usually well off with monkeys.
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.
K. Tsang CEng MBCS PMP PMI-ACP OCMJEA OCPJP
Because "All You Have To Do Is..."
Sandeep
Warm Regards, S.Iyer
SCJP1.4, SCWCD1.4
A common philosophy, but there have been some pretty strong arguments made against that
Tim Holloway wrote: Employers don't want the "Best Java Programmer" (which is me, by the way ). They want a monkey. Someone who'll "Git 'R Dun!" as fast and as cheap as possible. The results can be seen in the news almost daily as another 130 million credit card numbers end up in evil hands and another big-name web application has a multi-hour outage.
Deepak Bala wrote:
A programmer maintaining an app is likely to do less damage.
I wouldn't count on it. It's not how much of the code you meddle with, it's what the code you meddle with does.
Here's one of the more common examples. Most webapps I've seen have Do-It-Yourself security systems. Which is something I don't recommend in any event. I've got a list of 10 reasons what that's the very last solution to webapp security you should consider. Item #7 has to do with maintenance. When the security manager is an undocumented one-off approach, a naive maintenance programmer is extremely likely to either not add the extra code (likely not even know it has to be added there) or do it wrong. Presto! You've just compromised application security. Another 50 million credit card numbers, medical records, email addresses or other sensitive data have just had a hole punched between them and the Bad Guys.
I deal often with maintenance programmers, and the attitude I've seen is that their managers typically tell them "You a bright person, you'll be able to figure it out. Come back to me when it's Done. You've got 3 whole days."
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.
[OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
It's feeding time! Give me the food you were going to give to this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|