|
More importantly, how do you know where you stand as a programmer?
Started by burnt1ce on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How do you define a "great painter", "average painter" and "subpar painter"? :)
I don't think this question is specific to programming, but, answered most generally, I think it's something like this:
http://en.wikipedia.org/wiki/Four_stages_of_competence... .
|
|
What are the skills that distinguish a programmer from a hack?
Started by zsharp on
, 18 posts
by 18 people.
Answer Snippets (Read the full thread at stackoverflow):
The ability to analyze a problem and design an appropriate solution instead of just throwing code ... .
The willingness and ability to learn new things from other developers .
People skills are one thing that differentiate a programmer from a hack.
|
|
Many companies require a programmer to have a couple of years of experience before they will consider them for a position. With that in mind what role should experienced/established programmers play in lobbying and "opening doors" for younger developers...
Started by Achilles on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
It is good to teach, it helps cement things I've learned recently in my mind at least... .
However, given the extreme shortage of competent developers I think this will happen anyway if a young developer shows promise .
I don't think there's any obligation.
|
Ask your Facebook Friends
|
My company, a C++ house, is always looking to hire recent grads. However due to the Java Schools phenomenon, we typically end up interviewing strong Java programmers with maybe a minute smattering of C++. Often the C++ classes don't really prepare students...
Started by Doug T. on
, 24 posts
by 24 people.
Answer Snippets (Read the full thread at stackoverflow):
Java programmwer would fit right into a C# house, as well as a C++ developer... .
The real question is : Is this programmer smart enough for us to invest the learning time? The smarter, the less time he needs to learn.
Depends on programmer IQ.
|
|
Not a repeat of the "Keyboard For Programmers" question, though that one is certainly worth reading.
http://stackoverflow.com/questions/687/keyboard-for-programmers
I know there are a few keyboards out there with programmable function keys, but let's ...
Started by John Booty on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Alas, it apparently hasn't been released....
Optimus Aux has OLED screens embedded in every key to show what function is currently assigned to it, and it can be configured on a per-application basis .
The Optimus Aux is the closest thing to what you describe .
|
|
When we talk about the .NET world the CLR is what everything we do depends on. What is the minimum knowledge of CLR a .NET programmer must have to be a good programmer? Can you give me one/many you think is/are the most important subjects: GC?, AppDomain...
Answer Snippets (Read the full thread at stackoverflow):
Most misunderstood (and important) aspects....
Most of those are way deeper than the kind of thing many developers fall down on in my experience .
Updated: reading the relevant parts of the book CLR via C# by Jeffrey Richter..this book can be a good reference. .
|
|
I was a Adabas/Natural and Cobol mainframe programmer for 16 years ending in 2002. I have a vast amount of experience in the analysis, design, development, testing, implementation and documentation of online and batch applications. I would like to get...
Started by Angela Smith on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I cannot give suggestions, but....
I suggest to take a look into Microsoft Learning and to look for some classroom training .
Maybe your could to take some classes for Microsoft Official Curriculum; that isn't advanced, but cover basic concepts very well .
|
|
I have heard this question from colleagues, friends and even certain family members:
"What is the easiest way to script/program/let my computer do stuff without me having to be a full fledged programmer."
I my opinion this is C# and .Net. How easy can...
Started by reinier on
, 47 posts
by 47 people.
Answer Snippets (Read the full thread at stackoverflow):
It scales up to enterprise projects very well, but it doesn't scale down to "I just want to do this one operation to every file in the directory... .
I suspect C# would be a bad choice personally.
You'd really need to find out exactly what they want to achieve .
|
|
Yesterday I had a team leader of another team say that they took a while to figure out something I wrote on a wiki page because I referred to obtaining code from source control as "checking out" which apparently confused them. They said that they were...
Started by digiarnie on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
A team manager , on the other hand, can either be a coder or someone who is just well organised and knows when to ask questions... .
A team leader has to be a coder -- they can't lead the team unless the team respects them and where they're taking everyone .
|
|
I'm working in a corporate environment where the mindset is hugely dominated by people who started programming with COBOL IMS and CICS. Today most of them program with more modern languages like Java. But If you look at their code and design decisions...
Started by tobidope on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
It's essentially....
Try to set an example with your own coding style and gently point out their mistakes during code reviews .
The best way to learn how code should look is to read good code .
Buy them a copy of "Code Complete" and have them write a book report .
|