vote up 2 vote down star

I develop primarily for the Web and Windows using the .Net framework heavily although I am fairly proficient with other technologies like Javascript, Html, and a few other things I can't think of at the moment.

What I'm wondering is if people view .Net developers as being LESS well rounded versus people who develop primarily with other technologies like Java, Linux, Ruby on Rails, or whatever. For instance I tend to view people who develop in these other technologies that I know absolutely nothing about as being better or smarter than I am, and probably know a lot more about a variety of things that I have no clue about since I'm locked into my tiny little .Net box.

flag
I'm well roun... OOoh, you mean technology-wise, never mind then. – Lasse V. Karlsen Jan 8 at 19:28
hahaha I wish I could +1 the comment above - same here! – ocdecio Jan 8 at 19:29
hehe...me three. – Micah Jan 8 at 19:31
what are people voting to close this? – Micah Jan 8 at 19:33
I would comment on a specific part of the question, that non-MS developers usually have more exposure, since they probably work with multiple OSs, browsers, tools, languages and even command line interpreters. At least that's my perception of the people I know. (Of course, there can be exceptions.) – Hosam Aly Jan 8 at 21:52
show 2 more comments

13 Answers

vote up 34 vote down check

Well-rounded programmers are really just great problem solvers. The technology that they use is irrelevant, they are just tools to execute the idea.

link|flag
Surely the most rounded programmers are the ones that eat the most pizza? ;) – Steven Robbins Jan 8 at 19:37
Or chocolate latte – krosenvold Jan 8 at 19:40
1  
Problem solving is just one part of the equation. Dedication, patience (plenty of patience), communication, expressivness and more are all part of a well rounded programmer – Eran Galperin Jan 8 at 20:11
While I agree that well rounded programmers are great problem solvers, I don't think you can consider yourself be "well rounded" if you only know one technology stack. To be well rounded means to have an understanding of more than one language family on one platform. – Bryan Oakley Jan 8 at 20:15
brilliant answer – Andrew Hare Jan 8 at 20:55
vote up 0 vote down

IMO a well rounded programmer has excellent analytical skills, is an expert problem solver, and also has a good view of business and empathy for the end user.

link|flag
vote up 1 vote down

For strictly programming purposes, a well-rounded programmer is one who knows several different languages well, including at least one functional and one declarative, has worked on several different kinds of projects, has worked at least on both Unix-like OSs and Microsoft OSs, and has worked with several different sorts of frameworks.

Such a developer is likely to see solutions that others don't, because he or she has many different points of view.

If you want to become more well-rounded, and are familiar with .NET, I'd suggest getting access to Linux (either buying a cheap machine or dual-booting) and learning Lisp. Learn about the Unix programming traditions; not that they're necessarily better than the MS ones, but they're different, and knowing both will make you better rounded and give you more angles to attack problems from. Lisp is not that difficult to get started with, if you're willing to put aside a lot of habits and assumptions you've formed, and will do a very good job of giving you a new set of habits and assumptions.

link|flag
vote up 1 vote down

A well rounded programmer can:

  • Understand the problem and nuances
  • Understanding how to solve the problem
  • Understand which tools are best suited to solving the problem
  • Understand how to use those tools to solve the problem or
    • Understand the tools you do know how to use to solve the problem
  • Be patient enough to use those tools to solve the problem
  • Deliver the solution

If you don't have any one of these things, you're going to come unstuck pretty quickly

link|flag
vote up 0 vote down

I have to say Python developers. For the following reasons:

  • Obvious exposure to Linux development but not trapped in C, C++
  • High level development, use of OO while still being terse.
  • Java and .NET provided "too many" frameworks making programming half-possible without understanding what your doing. Same goes for PHP
  • Web development, Scripting language, Full system programming, GUI applications
  • Would have been early 'up takers'.
  • It's a language that's kinda new whilst still having a very traditional "what have we learnt approach". It isn't all magic features and VM driven short cuts. Certainly not a flash in the pan and Python devs know this

Just MHO though

link|flag
A developer who strictly uses Python is not well-rounded. It's a very good language to know, but it's only one language. – David Thornley Jan 8 at 22:56
vote up 0 vote down

Language really doesn't matter. As long as you are able to solve a problem with any tool in your toolbox (i.e any language), you are well rounded. I have seen too many developers crib when they go from Linux to Windows or vice versa that its outside their domain... It really doesn't matter. After a day or two you take to get used to the dev environment, all it takes is brains to transliterate logic into tangible projects.

link|flag
vote up 1 vote down

I know they are out there, but I have not met too many .NET developers who can solve problems outside of the realm of .NET. Many of them would refuse to even look at code if it's not syntax highlighted, or if there is no intellisense. And good grief if it's not written in C#!

I think people who code using a text editor are usually more well-rounded. These types of developers can usually move in and out of different languages with ease, be it C, perl, ruby, or python, etc.

But please don't get me wrong. I'm not saying that someone well-rounded who is not a C# specialist can solve a deep .NET problem in a hurry. I'm just saying that they can cover more ground.

link|flag
vote up 4 vote down

A person is well-rounded when they are:

Comprehensively developed and well-balanced in a range or variety of aspects

I am just a programmer, but I also get called a DBA, network and system engineer, architect, etc. Architect in particular, to be meaningful, by definition requires one to be well-rounded. I maintain current skill in Python, C#, Java, Unix, Windows, Oracle, SQL Server, SQLite, ANSI SQL, HTML, JavaScript, CSS, XML, Bash, etc.

I went to a college whose primary purpose is creating well-rounded graduates. My consequent success seems to support their success in my case.

Consider that there are separate Java and .NET philosophies, plus others like Unix/Windows, Oracle/SQL Server, etc.

Also, consider Paul Graham's article and that programming is in the mind rather than the tools.

The Sapir-Whorf hypothesis claims that a person's thinking is shaped by their language, with interesting application to the realm of computers. So, well-rounded must include multiple, very different language environments such as imperative (e.g., C), functional (e.g., Lisp), low-level (e.g., Assembly), high-level (e.g., Python), compiled, non-compiled, scripting, general, domain-specific, embedded, etc.

Definition

link|flag
vote up 5 vote down
  • Have you worked on large systems (data center) and small (kitchen appliance)?
  • Have you developed life-safety critical systems and throw away scripts?
  • Would management include you in a sales presentation?
  • Have you specified systems and components?
  • Have you published products as well as developed in-house apps?
  • Have you ever been front line user support?
  • Have you both lead a team and been a team member?
link|flag
+1 for a roundup of characteristics that go beyond mere coding – Kena Jan 8 at 19:53
vote up 2 vote down

The problem Solver answer came close.

The ability to divide the problem to be solved into its component parts; arrange them in logical order; and handle them one at a time... is paramount. Then you also need to be a master of your chosen environment/language/frameworks so that your solution is documented, concise, efficient, appropriate, scalable, extensible/maintanable... and correct.

link|flag
vote up 5 vote down

It doesn't matter the language used. I think your point of view comes from the fact that someone who has only ever programmed in .NET has not been programming for more than 10 years. Whereas someone who has programmed in COBAL, Fortran, C++, Java, .NET, etc. very well could have been programming since the early 1980s. Thus they have decades of experience and have seen computers evolve.

I notice that people who have only used .NET sometimes don't have a complete understanding of the way servers or operating systems work. This is because .NET very nicely hides such things which lets us concentrate on writing applications instead.

Rather than learning other languages to become more well-rounded, consider exploring fields and philosophies related to programming. For example, management processes like lean and agile. Study enterprise and OO patterns. Also user interface studies such as usability concepts and graphic design. That'll make anyone more well-rounded.

link|flag
vote up 11 vote down

A well rounded programmer must be language/plataform agnostic.

link|flag
still, he could have his preferences. – Gnudiff Jan 10 at 10:50
You may want to change that criterion - "agnostic" means "doesn't know". More seriously, a well-rounded programmer should know all languages/platforms well enough to know which are crap. Brainfuck and Python are not equals. – Dave Sherohman Jan 10 at 16:59
vote up 7 vote down

Someone who understands the basics, the core of programming and who is at a level where they can learn a new language fairly easily as a lot of the core knowledge/mindset is interchangeable

link|flag
Add to this, knowing how to interface with new tools (MQ's, db's, performance tools, etc). I've got the basics/core of programming down and learned C# in a matter of days, but I have no experience in connecting/using those items. They've taken more effort to understand and use. – dragonjujo Jan 8 at 20:09

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.